diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-07-26 15:38:14 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-07-26 15:38:14 +0300 |
commit | 101071021304b7656f91ac8fc1cd510593fc1eba (patch) | |
tree | f491047681cc27677a9caa4d0cb754a93ad82ceb /contrib/libs | |
parent | c0bf07f7422220a6a1dea02f3146aafa7afd1e65 (diff) | |
download | ydb-101071021304b7656f91ac8fc1cd510593fc1eba.tar.gz |
Add boost/graph stub
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/hyperscan/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libs/hyperscan/CMakeLists.txt b/contrib/libs/hyperscan/CMakeLists.txt index a7a2cc5e5a..df09996162 100644 --- a/contrib/libs/hyperscan/CMakeLists.txt +++ b/contrib/libs/hyperscan/CMakeLists.txt @@ -20,6 +20,7 @@ target_include_directories(contrib-libs-hyperscan PRIVATE target_link_libraries(contrib-libs-hyperscan PUBLIC contrib-libs-cxxsupp contrib-restricted-boost + boost-libs-graph ) target_sources(contrib-libs-hyperscan PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c |