diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-03-28 20:48:48 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-03-28 21:24:12 +0200 |
commit | c86b492bf7df62f8c09ec565b7ccfb4cd2bfcc79 (patch) | |
tree | 347e72a74742cb4f2663c62db4f658c2c8b44d60 /cmake/loop-darwin.cmake | |
parent | b3ffeceb9e0077fc81330a411a2ae1b590ec8dd6 (diff) | |
download | qtlocation-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.cmake | 2 |
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 ) |