From 4fead183fe7a0dd2b8591afcf1b82fc68617e79a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 26 Sep 2022 01:26:45 +0200 Subject: Load cuda at runtime. Include cuda header files inside the project --- project.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'project.conf') diff --git a/project.conf b/project.conf index dafca97..bb5f463 100644 --- a/project.conf +++ b/project.conf @@ -5,8 +5,7 @@ version = "1.1.0" platforms = ["posix"] [config] -include_dirs = ["/opt/cuda/targets/x86_64-linux/include"] -libs = ["/usr/lib64/libcuda.so"] +include_dirs = ["include"] [dependencies] glew = ">=2" -- cgit v1.2.3