diff options
-rw-r--r-- | project.conf | 3 |
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"] |