diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-09-26 01:26:45 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-09-26 01:26:45 +0200 |
commit | 4fead183fe7a0dd2b8591afcf1b82fc68617e79a (patch) | |
tree | 0a494c8730381354b1dfed677d2eafa46acbb9f8 /project.conf | |
parent | 0059724fdc4a8eba89fdfa4d65ad72e3f8c75ff4 (diff) |
Load cuda at runtime. Include cuda header files inside the project
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 3 |
1 files changed, 1 insertions, 2 deletions
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" |