aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.com>2022-07-26 15:38:14 +0300
committerbugaevskiy <bugaevskiy@yandex-team.com>2022-07-26 15:38:14 +0300
commit101071021304b7656f91ac8fc1cd510593fc1eba (patch)
treef491047681cc27677a9caa4d0cb754a93ad82ceb /contrib/libs
parentc0bf07f7422220a6a1dea02f3146aafa7afd1e65 (diff)
downloadydb-101071021304b7656f91ac8fc1cd510593fc1eba.tar.gz
Add boost/graph stub
Diffstat (limited to 'contrib/libs')
-rw-r--r--contrib/libs/hyperscan/CMakeLists.txt1
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