summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2019-06-13 18:16:27 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2019-06-25 20:10:21 +0300
commit8367c2ed5c32eae1364e5fc27e734631cf69aae3 (patch)
treee0736c1bfb8d0bb9929929b500c3eac584909bcd /cmake
parent3f83c8a9dec07c03b210ef70140d0dd902c98b8b (diff)
downloadqtlocation-mapboxgl-8367c2ed5c32eae1364e5fc27e734631cf69aae3.tar.gz
[core] Added vendor/filesystem
Diffstat (limited to '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 0b2deeb552..bc1bad757f 100644
--- a/cmake/vendor.cmake
+++ b/cmake/vendor.cmake
@@ -9,6 +9,7 @@ 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/filesystem.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/geojson-vt-cpp.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/geojson.hpp.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/geometry.hpp.cmake)