diff options
| author | bugaevskiy <[email protected]> | 2022-12-31 15:11:54 +0300 |
|---|---|---|
| committer | bugaevskiy <[email protected]> | 2022-12-31 15:11:54 +0300 |
| commit | 0d2a3ef454d19a7b9cea242a3d4ec0815d9b8aea (patch) | |
| tree | 39350f9d346eb4a6dae843a63a54a6126d48794d /contrib/restricted/boost/thread | |
| parent | ebf3c8be8039a35cd2b98541e22279af290e3f55 (diff) | |
Apply boost yamaker helpers to unsafe subset
Diffstat (limited to 'contrib/restricted/boost/thread')
3 files changed, 6 insertions, 3 deletions
diff --git a/contrib/restricted/boost/thread/CMakeLists.darwin.txt b/contrib/restricted/boost/thread/CMakeLists.darwin.txt index 0706ca8cc33..951cc87dfa1 100644 --- a/contrib/restricted/boost/thread/CMakeLists.darwin.txt +++ b/contrib/restricted/boost/thread/CMakeLists.darwin.txt @@ -22,6 +22,7 @@ target_include_directories(restricted-boost-thread PUBLIC ) target_link_libraries(restricted-boost-thread PUBLIC contrib-libs-cxxsupp + restricted-boost-algorithm restricted-boost-assert restricted-boost-atomic restricted-boost-bind @@ -37,8 +38,8 @@ target_link_libraries(restricted-boost-thread PUBLIC restricted-boost-intrusive restricted-boost-io restricted-boost-iterator + restricted-boost-lexical_cast restricted-boost-move - restricted-boost-mpl restricted-boost-optional restricted-boost-predef restricted-boost-preprocessor diff --git a/contrib/restricted/boost/thread/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/thread/CMakeLists.linux-aarch64.txt index aa695d1aa50..42985ae40d8 100644 --- a/contrib/restricted/boost/thread/CMakeLists.linux-aarch64.txt +++ b/contrib/restricted/boost/thread/CMakeLists.linux-aarch64.txt @@ -23,6 +23,7 @@ target_include_directories(restricted-boost-thread PUBLIC target_link_libraries(restricted-boost-thread PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp + restricted-boost-algorithm restricted-boost-assert restricted-boost-atomic restricted-boost-bind @@ -38,8 +39,8 @@ target_link_libraries(restricted-boost-thread PUBLIC restricted-boost-intrusive restricted-boost-io restricted-boost-iterator + restricted-boost-lexical_cast restricted-boost-move - restricted-boost-mpl restricted-boost-optional restricted-boost-predef restricted-boost-preprocessor diff --git a/contrib/restricted/boost/thread/CMakeLists.linux.txt b/contrib/restricted/boost/thread/CMakeLists.linux.txt index aa695d1aa50..42985ae40d8 100644 --- a/contrib/restricted/boost/thread/CMakeLists.linux.txt +++ b/contrib/restricted/boost/thread/CMakeLists.linux.txt @@ -23,6 +23,7 @@ target_include_directories(restricted-boost-thread PUBLIC target_link_libraries(restricted-boost-thread PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp + restricted-boost-algorithm restricted-boost-assert restricted-boost-atomic restricted-boost-bind @@ -38,8 +39,8 @@ target_link_libraries(restricted-boost-thread PUBLIC restricted-boost-intrusive restricted-boost-io restricted-boost-iterator + restricted-boost-lexical_cast restricted-boost-move - restricted-boost-mpl restricted-boost-optional restricted-boost-predef restricted-boost-preprocessor |
