Skip to content

Commit

Permalink
Fix linking test_hnsw_bitmask error (#539)
Browse files Browse the repository at this point in the history
Signed-off-by: jinhai <haijin.chn@gmail.com>
  • Loading branch information
JinHai-CN authored Feb 3, 2024
1 parent ea7594a commit 632f230
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ target_link_libraries(test_hnsw

add_executable(test_hnsw_bitmask "${CMAKE_CURRENT_SOURCE_DIR}/unit_test/test_hnsw_bitmask.cpp")

target_link_directories(test_hnsw_bitmask PUBLIC "${CMAKE_BINARY_DIR}/lib")

target_link_libraries(test_hnsw_bitmask
infinity_core
sql_parser
Expand Down

0 comments on commit 632f230

Please sign in to comment.