diff options
Diffstat (limited to 'next/platform')
-rw-r--r-- | next/platform/glfw/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/next/platform/glfw/CMakeLists.txt b/next/platform/glfw/CMakeLists.txt index e4c0920a44..b0263362a7 100644 --- a/next/platform/glfw/CMakeLists.txt +++ b/next/platform/glfw/CMakeLists.txt @@ -10,6 +10,7 @@ add_executable( ${MBGL_ROOT}/platform/glfw/glfw_gl_backend.cpp ${MBGL_ROOT}/platform/glfw/glfw_renderer_frontend.cpp ${MBGL_ROOT}/platform/glfw/settings_json.cpp + ${MBGL_ROOT}/platform/glfw/test_writer.cpp ) target_include_directories( @@ -30,6 +31,8 @@ target_link_libraries( PRIVATE ${GLFW_LIBRARIES} Mapbox::Base::Extras::args + Mapbox::Base::Extras::filesystem + Mapbox::Base::Extras::rapidjson Mapbox::Map OpenGL::GL mbgl-vendor-cheap-ruler-cpp |