summaryrefslogtreecommitdiff
path: root/vendor/filesystem.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 /vendor/filesystem.cmake
parent3f83c8a9dec07c03b210ef70140d0dd902c98b8b (diff)
downloadqtlocation-mapboxgl-8367c2ed5c32eae1364e5fc27e734631cf69aae3.tar.gz
[core] Added vendor/filesystem
Diffstat (limited to 'vendor/filesystem.cmake')
-rw-r--r--vendor/filesystem.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/filesystem.cmake b/vendor/filesystem.cmake
new file mode 100644
index 0000000000..fe2701890d
--- /dev/null
+++ b/vendor/filesystem.cmake
@@ -0,0 +1,5 @@
+add_library(filesystem INTERFACE)
+
+target_include_directories(filesystem SYSTEM INTERFACE
+ ${CMAKE_SOURCE_DIR}/vendor/filesystem/include
+)