summaryrefslogtreecommitdiff
path: root/vendor
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
parent3f83c8a9dec07c03b210ef70140d0dd902c98b8b (diff)
downloadqtlocation-mapboxgl-8367c2ed5c32eae1364e5fc27e734631cf69aae3.tar.gz
[core] Added vendor/filesystem
Diffstat (limited to 'vendor')
m---------vendor/filesystem0
-rw-r--r--vendor/filesystem-files.json13
-rw-r--r--vendor/filesystem.cmake5
3 files changed, 18 insertions, 0 deletions
diff --git a/vendor/filesystem b/vendor/filesystem
new file mode 160000
+Subproject 091c08663ac3e38aea1ccaeae235340f5154f5a
diff --git a/vendor/filesystem-files.json b/vendor/filesystem-files.json
new file mode 100644
index 0000000000..d65e9c828e
--- /dev/null
+++ b/vendor/filesystem-files.json
@@ -0,0 +1,13 @@
+{
+ "//": "This file is generated. Do not edit. Regenerate it with scripts/generate-file-lists.js",
+ "sources": [],
+ "public_headers": {
+ "ghc/filesystem.hpp": "vendor/filesystem/include/ghc/filesystem.hpp",
+ "ghc/fs_fwd.hpp": "vendor/filesystem/include/ghc/fs_fwd.hpp",
+ "ghc/fs_impl.hpp": "vendor/filesystem/include/ghc/fs_impl.hpp",
+ "ghc/fs_std.hpp": "vendor/filesystem/include/ghc/fs_std.hpp",
+ "ghc/fs_std_fwd.hpp": "vendor/filesystem/include/ghc/fs_std_fwd.hpp",
+ "ghc/fs_std_impl.hpp": "vendor/filesystem/include/ghc/fs_std_impl.hpp"
+ },
+ "private_headers": {}
+}
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
+)