summaryrefslogtreecommitdiffstats
path: root/CMakeLists.darwin.txt
diff options
context:
space:
mode:
authorbugaevskiy <[email protected]>2022-07-29 12:30:31 +0300
committerbugaevskiy <[email protected]>2022-07-29 12:30:31 +0300
commitccdee38897425822aaf5631009ee0418c1c117ef (patch)
treee8916eed551d1889b2303cff2fa06f95ba5f5997 /CMakeLists.darwin.txt
parenta884a1555cda858971c2dd8e4b45d53a416b159a (diff)
Reimport boost/mpl as a separate project
Diffstat (limited to 'CMakeLists.darwin.txt')
-rw-r--r--CMakeLists.darwin.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.darwin.txt b/CMakeLists.darwin.txt
index 0f234d6ba35..7db6f7bc5ff 100644
--- a/CMakeLists.darwin.txt
+++ b/CMakeLists.darwin.txt
@@ -147,12 +147,13 @@ add_subdirectory(contrib/restricted/boost/io)
add_subdirectory(contrib/restricted/boost/logic)
add_subdirectory(contrib/restricted/boost/move)
add_subdirectory(contrib/restricted/boost/mp11)
+add_subdirectory(contrib/restricted/boost/mpl)
add_subdirectory(contrib/restricted/boost/predef)
add_subdirectory(contrib/restricted/boost/preprocessor)
-add_subdirectory(contrib/restricted/boost/smart_ptr)
add_subdirectory(contrib/restricted/boost/type_traits)
-add_subdirectory(contrib/restricted/boost/tuple)
add_subdirectory(contrib/restricted/boost/utility)
+add_subdirectory(contrib/restricted/boost/smart_ptr)
+add_subdirectory(contrib/restricted/boost/tuple)
add_subdirectory(contrib/restricted/boost/vmd)
add_subdirectory(contrib/restricted/boost/winapi)
add_subdirectory(contrib/restricted/fast_float)