aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 700f16b..66cb9d2 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,8 @@ BOOST_COMPILE_STATIC = "1"
BOOST_COMPILE_DYNAMIC = "1"
[config]
-include_dirs = ["include"]
+include_dirs = ["include", "/opt/cuda/targets/x86_64-linux/include"]
+libs = ["/usr/lib/libcuda.so"]
ignore_dirs = ["examples"]
expose_include_dirs = ["include"]
error_on_warning = "true"
@@ -190,6 +191,8 @@ Works like \[define], but these definitions are only used when building dynamic
### include_dirs
Optional. A list of directories which should be specified as global include directories when compiling. This means that instead of using relative paths to header files, you can include the directory with headers and then you only have to specify the header name when using #include.\
You can use the `$out` variable to specify the build directory.
+### libs
+Optional. A list of additional external libraries which should be linked with the program.
### ignore_dirs
Optional. A list of directories to ignore. This means that if the ignored directory contains source files, then they wont be included in the build.
### expose_include_dirs