summaryrefslogtreecommitdiff
path: root/cmake/glfw.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/glfw.cmake
parent3f0f4575e77ef289ca209323c0000cf743ab9db2 (diff)
downloadqtlocation-mapboxgl-a84aa453a9124867cb285f012abd97077ab2a019.tar.gz
[core] Privatize OpenGL/Context headers
Diffstat (limited to 'cmake/glfw.cmake')
-rw-r--r--cmake/glfw.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/glfw.cmake b/cmake/glfw.cmake
index cdde92bbf2..ba6ba92e9f 100644
--- a/cmake/glfw.cmake
+++ b/cmake/glfw.cmake
@@ -16,8 +16,6 @@ target_compile_options(mbgl-glfw
)
target_include_directories(mbgl-glfw
- PRIVATE include
- PRIVATE src # TODO: eliminate
PRIVATE platform/default
)