summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 91252c7acd..b7ee4ee313 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -77,12 +77,13 @@ set(MBGL_CORE_FILES
# gl
include/mbgl/gl/gl.hpp
+ src/mbgl/gl/context.cpp
src/mbgl/gl/context.hpp
src/mbgl/gl/debugging.cpp
src/mbgl/gl/debugging.hpp
src/mbgl/gl/gl.cpp
- src/mbgl/gl/object_store.cpp
- src/mbgl/gl/object_store.hpp
+ src/mbgl/gl/object.cpp
+ src/mbgl/gl/object.hpp
src/mbgl/gl/state.hpp
src/mbgl/gl/value.cpp
src/mbgl/gl/value.hpp