|
@@ -7,21 +7,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
-add_library(restricted-boost-lambda INTERFACE)
|
|
|
-target_include_directories(restricted-boost-lambda INTERFACE
|
|
|
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/lambda/include
|
|
|
+add_library(restricted-boost-dynamic_bitset INTERFACE)
|
|
|
+target_include_directories(restricted-boost-dynamic_bitset INTERFACE
|
|
|
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/dynamic_bitset/include
|
|
|
)
|
|
|
-target_link_libraries(restricted-boost-lambda INTERFACE
|
|
|
+target_link_libraries(restricted-boost-dynamic_bitset INTERFACE
|
|
|
contrib-libs-linux-headers
|
|
|
contrib-libs-cxxsupp
|
|
|
- restricted-boost-bind
|
|
|
+ restricted-boost-assert
|
|
|
restricted-boost-config
|
|
|
+ restricted-boost-container_hash
|
|
|
restricted-boost-core
|
|
|
- restricted-boost-detail
|
|
|
- restricted-boost-iterator
|
|
|
- restricted-boost-mpl
|
|
|
- restricted-boost-preprocessor
|
|
|
- restricted-boost-tuple
|
|
|
- restricted-boost-type_traits
|
|
|
- restricted-boost-utility
|
|
|
+ restricted-boost-integer
|
|
|
+ restricted-boost-move
|
|
|
+ restricted-boost-static_assert
|
|
|
+ restricted-boost-throw_exception
|
|
|
)
|