summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
Diffstat (limited to 'vendor')
m---------vendor/boost0
-rw-r--r--vendor/boost.cmake5
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
+)