summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core.cmake1
-rw-r--r--cmake/vendor.cmake1
2 files changed, 2 insertions, 0 deletions
diff --git a/cmake/core.cmake b/cmake/core.cmake
index c5961cd904..6773af87fc 100644
--- a/cmake/core.cmake
+++ b/cmake/core.cmake
@@ -9,6 +9,7 @@ target_include_directories(mbgl-core
target_link_libraries(mbgl-core PRIVATE
earcut.hpp
+ eternal
expected
geojson-vt-cpp
kdbush.hpp
diff --git a/cmake/vendor.cmake b/cmake/vendor.cmake
index 557b0062d9..ddeefad76d 100644
--- a/cmake/vendor.cmake
+++ b/cmake/vendor.cmake
@@ -7,6 +7,7 @@ include(${CMAKE_SOURCE_DIR}/vendor/benchmark.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/boost.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/cheap-ruler-cpp.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/earcut.hpp.cmake)
+include(${CMAKE_SOURCE_DIR}/vendor/eternal.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/expected.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/geojson-vt-cpp.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/geojson.hpp.cmake)