summaryrefslogtreecommitdiff
path: root/cmake/vendor.cmake
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2018-11-01 01:31:11 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2018-11-01 16:29:37 +0200
commitbcbbc7e5f3381482215531abdf005648028f6921 (patch)
tree1162d3e205352b1d760f9f9d92769cbb82e367a2 /cmake/vendor.cmake
parentca21cedb849e1b6a0071f62bb7139ea7ebbda6d0 (diff)
downloadqtlocation-mapboxgl-bcbbc7e5f3381482215531abdf005648028f6921.tar.gz
[build] Add vendored libboost
Custom extract made using bcp based on 1.65.1
Diffstat (limited to 'cmake/vendor.cmake')
-rw-r--r--cmake/vendor.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/vendor.cmake b/cmake/vendor.cmake
index 1aa522f92c..e66a0cad28 100644
--- a/cmake/vendor.cmake
+++ b/cmake/vendor.cmake
@@ -3,6 +3,7 @@ execute_process(
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/vendor
)
+include(${CMAKE_SOURCE_DIR}/vendor/boost.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/earcut.hpp.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/expected.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/geojson-vt-cpp.cmake)