blob: ceca6218c1aade06c25525ad29aafbc12733ba1a (
plain) (
blame)
1
2
3
4
5
6
7
|
add_library(contrib-restricted-boost INTERFACE)
target_include_directories(contrib-restricted-boost INTERFACE
${CMAKE_SOURCE_DIR}/contrib/restricted/boost
)
target_link_libraries(contrib-restricted-boost INTERFACE
contrib-libs-cxxsupp
)
|