summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2015-02-15 11:26:12 -0500
committerAllen Winter <allen.winter@kdab.com>2015-02-15 11:26:12 -0500
commit6de34da225487fdbcaf2e191811d432539506fb6 (patch)
treefca76f7a6111a113c6fed4b70ee9486fbbd1dc1c /examples
parent1046267802a978702555cedddc8cb817b0d4eed2 (diff)
downloadlibical-git-6de34da225487fdbcaf2e191811d432539506fb6.tar.gz
buildsystem - add ${CMAKE_BINARY_DIR}/src to include_directories
to make the build on Mac with Clang happy.
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 9760dbec..f91241fe 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,3 +1,6 @@
+include_directories(
+ ${CMAKE_BINARY_DIR}/src
+)
########### doesnothing target ###############