[v0.05] Allow user to change CUDA_PATH. Add CMakeLists.txt in case I decide to change to CMake later

This commit is contained in:
Dr-Noob
2021-08-16 18:16:32 +02:00
parent 7b1018b577
commit 617228ce17
4 changed files with 70 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
#include "../cuda/cuda.hpp"
#include "../cuda/uarch.hpp"
static const char* VERSION = "0.04";
static const char* VERSION = "0.05";
void print_help(char *argv[]) {
const char **t = args_str;