diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-12-03 16:31:09 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-12-04 16:20:51 +0200 |
commit | 2b9f3aad9a69aba0035442364320c372c49053c0 (patch) | |
tree | 4a639ce5693845b0027f05cf283617029bb3f1ee /cmake/vendor.cmake | |
parent | c89daf6bf190223b6da7867973d3f42f785eee01 (diff) | |
download | qtlocation-mapboxgl-2b9f3aad9a69aba0035442364320c372c49053c0.tar.gz |
[core] use constexpr map using eternal for expression lookups
Diffstat (limited to 'cmake/vendor.cmake')
-rw-r--r-- | cmake/vendor.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
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) |