diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-07-19 02:31:35 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-07-19 02:31:35 +0300 |
commit | ae766858f3a2e8da73fd077f0303ead23960c943 (patch) | |
tree | 4d0bf842be0d650555e9c546f2ce60ec26c6040c /contrib/restricted/boost/CMakeLists.txt | |
parent | 3041f85f9fa874cd45bf94d033fc4a95b3faf37f (diff) | |
download | ydb-ae766858f3a2e8da73fd077f0303ead23960c943.tar.gz |
Reimport boost/config as a separate project
Diffstat (limited to 'contrib/restricted/boost/CMakeLists.txt')
-rw-r--r-- | contrib/restricted/boost/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt index ba0a74c2f1..24acc28c25 100644 --- a/contrib/restricted/boost/CMakeLists.txt +++ b/contrib/restricted/boost/CMakeLists.txt @@ -13,4 +13,5 @@ target_include_directories(contrib-restricted-boost INTERFACE ) target_link_libraries(contrib-restricted-boost INTERFACE contrib-libs-cxxsupp + restricted-boost-config ) |