File tree Expand file tree Collapse file tree
src/core/algorithm/diskann
tests/core/algorithm/diskann Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- include (${CMAKE_SOURCE_DIR } /cmake/bazel.cmake )
1+ include (${PROJECT_ROOT_DIR } /cmake/bazel.cmake )
22
33file (GLOB_RECURSE ALL_SRCS *.cc *.c )
44
Original file line number Diff line number Diff line change 1- include (${CMAKE_SOURCE_DIR } /cmake/bazel.cmake )
1+ include (${PROJECT_ROOT_DIR } /cmake/bazel.cmake )
22
33file (GLOB_RECURSE ALL_TEST_SRCS *_test.cc )
44
@@ -9,6 +9,6 @@ foreach(CC_SRCS ${ALL_TEST_SRCS})
99 STRICT
1010 LIBS zvec_ailego core_framework core_utility core_metric core_quantizer core_knn_cluster core_plugin core_knn_diskann
1111 SRCS ${CC_SRCS}
12- INCS . ${CMAKE_SOURCE_DIR } /src/core ${CMAKE_SOURCE_DIR } /src/core/algorithm/diskann
12+ INCS . ${PROJECT_ROOT_DIR } /src/core ${PROJECT_ROOT_DIR } /src/core/algorithm/diskann
1313 )
1414endforeach ()
You can’t perform that action at this time.
0 commit comments