aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/project.conf b/project.conf
index 0ef12d7..1a3d734 100644
--- a/project.conf
+++ b/project.conf
@@ -4,8 +4,10 @@ type = "executable"
version = "1.0.0"
platforms = ["posix"]
+[config]
+# Ubuntu requires this
+include_dirs = ["/usr/include/tidy"]
# This needs to be commented out for now because rapidjson depends on undefined behavior according to gcc...
-#[config]
#error_on_warning = "true"
[lang.cpp]