aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDEC05EBA <dec05eba@protonmail.com>2019-12-31 08:50:19 +0100
committerDEC05EBA <dec05eba@protonmail.com>2019-12-31 08:50:19 +0100
commite45ef50d65f1e9274a0821bed8969214dae7dce4 (patch)
tree2472b9afd2741971f451d5287c9a9fa410a57469
parentac0a3e0ebb9b460a31a76115cb4d494361c03e49 (diff)
Expose include dir
-rw-r--r--project.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/project.conf b/project.conf
index 84f91f0..3a07d72 100644
--- a/project.conf
+++ b/project.conf
@@ -3,3 +3,6 @@ name = "html-parser"
type = "static"
version = "0.1.0"
platforms = ["any"]
+
+[config]
+expose_include_dirs = ["include"]