Skip to content
Snippets Groups Projects
Commit 2a0a8ec4 authored by Wlad's avatar Wlad
Browse files

fix: add missing ribbon include

parent e9978e3b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ set(library_name filters)
# build library
add_library(${library_name} INTERFACE)
target_include_directories(${library_name} INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}>)
target_link_libraries(${library_name} INTERFACE cityhash libdivide fastfilter impala efficient_cuckoofilter amd_mortonfilter vacuumfilter)
target_link_libraries(${library_name} INTERFACE ribbon cityhash libdivide fastfilter impala efficient_cuckoofilter amd_mortonfilter vacuumfilter)
if (NUMA_FOUND)
target_link_libraries(${library_name} INTERFACE ${NUMA_LIBRARY})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment