From a84aa453a9124867cb285f012abd97077ab2a019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Wed, 22 Mar 2017 14:20:35 +0100 Subject: [core] Privatize OpenGL/Context headers --- cmake/core.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/core.cmake') 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) -- cgit v1.2.1