aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authorAleksi Lindeman <0xdec05eba@gmail.com>2018-03-13 06:26:06 +0100
committerAleksi Lindeman <0xdec05eba@gmail.com>2018-03-13 06:26:12 +0100
commit1354b690c4dafa080d5b59b6ffe67959747c4b5e (patch)
treeba70e387f45d33b54da447ea37500e3ea0c958ac /project.conf
parent8a72dc51e5e2525e612462b41554aa97615aa7b3 (diff)
Expose include dir
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/project.conf b/project.conf
index 23be0cc..93dfd0c 100644
--- a/project.conf
+++ b/project.conf
@@ -5,6 +5,9 @@ type = "library"
platforms = ["linux32", "linux64"]
tests = "tests"
+[config]
+expose_include_dirs = ["include"]
+
[dependencies]
opendht = "1.5.0"
fmt = "4.1.0"