diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-03-11 01:52:27 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-11-18 15:22:10 +0100 |
commit | 1156c0f58b01ff080b9d9ede15b449a845df6654 (patch) | |
tree | 426c14ffd9e6aac2d37af58211e78b1fae8d6fe6 /project.conf | |
parent | 12c36c61c3f8d19c44cb2e5ffdf3ed812a0390d2 (diff) |
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 5 |
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" |