summaryrefslogtreecommitdiff
path: root/cmake/core.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-03-22 14:20:35 +0100
committerKonstantin Käfer <mail@kkaefer.com>2017-03-28 13:53:19 +0200
commita84aa453a9124867cb285f012abd97077ab2a019 (patch)
tree6181d5a39960df96e6dcd2d5c9d905c537b964fe /cmake/core.cmake
parent3f0f4575e77ef289ca209323c0000cf743ab9db2 (diff)
downloadqtlocation-mapboxgl-a84aa453a9124867cb285f012abd97077ab2a019.tar.gz
[core] Privatize OpenGL/Context headers
Diffstat (limited to 'cmake/core.cmake')
-rw-r--r--cmake/core.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/core.cmake b/cmake/core.cmake
index 723139e368..a687b020dc 100644
--- a/cmake/core.cmake
+++ b/cmake/core.cmake
@@ -9,7 +9,7 @@ target_compile_options(mbgl-core
target_include_directories(mbgl-core
PUBLIC include
- PUBLIC src # TODO: make private
+ PRIVATE src
)
target_add_mason_package(mbgl-core PUBLIC geometry)