diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/project.conf b/project.conf index 17c6337..bc30fab 100644 --- a/project.conf +++ b/project.conf @@ -4,8 +4,10 @@ type = "executable" version = "0.1.0" platforms = ["posix"] +[config] +include_dirs = ["/opt/cuda/targets/x86_64-linux/include"] + [dependencies] -cuda-10.1 = ">=10" ffnvcodec = ">=9" glew = ">=2" glx = ">=1" |