summaryrefslogtreecommitdiff
path: root/cmake/loop-darwin.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-03-28 20:48:48 +0200
committerKonstantin Käfer <mail@kkaefer.com>2017-03-28 21:24:12 +0200
commitc86b492bf7df62f8c09ec565b7ccfb4cd2bfcc79 (patch)
tree347e72a74742cb4f2663c62db4f658c2c8b44d60 /cmake/loop-darwin.cmake
parentb3ffeceb9e0077fc81330a411a2ae1b590ec8dd6 (diff)
downloadqtlocation-mapboxgl-c86b492bf7df62f8c09ec565b7ccfb4cd2bfcc79.tar.gz
[build] don't advertise headers that aren't used in public headers
Diffstat (limited to 'cmake/loop-darwin.cmake')
-rw-r--r--cmake/loop-darwin.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/loop-darwin.cmake b/cmake/loop-darwin.cmake
index 91fb74e00e..c16d0de3ac 100644
--- a/cmake/loop-darwin.cmake
+++ b/cmake/loop-darwin.cmake
@@ -12,7 +12,7 @@ target_compile_options(mbgl-loop-darwin
)
target_include_directories(mbgl-loop-darwin
- PUBLIC include
+ PRIVATE include
PRIVATE src
)