aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/project.conf b/project.conf
index 150bfa7..6c95bda 100644
--- a/project.conf
+++ b/project.conf
@@ -4,6 +4,9 @@ type = "executable"
version = "0.1.0"
platforms = ["linux32", "linux64", "win64"]
+[config]
+expose_include_dirs = ["include"]
+
[lang.cpp]
version = "c++14"
@@ -14,4 +17,4 @@ glm = "0.9.8"
# TODO: Remove this and use a simple jpg and png loader
soil = "1.16.0"
# TODO: Add support for vcpkg in sibs and use that instead
-bullet = "2" \ No newline at end of file
+bullet = "2"