diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-11-01 01:31:11 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-11-01 16:29:37 +0200 |
commit | bcbbc7e5f3381482215531abdf005648028f6921 (patch) | |
tree | 1162d3e205352b1d760f9f9d92769cbb82e367a2 /vendor | |
parent | ca21cedb849e1b6a0071f62bb7139ea7ebbda6d0 (diff) | |
download | qtlocation-mapboxgl-bcbbc7e5f3381482215531abdf005648028f6921.tar.gz |
[build] Add vendored libboost
Custom extract made using bcp based on 1.65.1
Diffstat (limited to 'vendor')
m--------- | vendor/boost | 0 | ||||
-rw-r--r-- | vendor/boost.cmake | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/vendor/boost b/vendor/boost new file mode 160000 +Subproject e841ea9b8fd7ceb6592766829c8f6ecaf9f0eb0 diff --git a/vendor/boost.cmake b/vendor/boost.cmake new file mode 100644 index 0000000000..7c30a8d90e --- /dev/null +++ b/vendor/boost.cmake @@ -0,0 +1,5 @@ +add_library(boost INTERFACE) + +target_include_directories(boost SYSTEM INTERFACE + ${CMAKE_SOURCE_DIR}/vendor/boost/include +) |