Loading core/src/index/CMakeLists.txt +4 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,10 @@ include(DefineOptionsCore) include(BuildUtilsCore) include(ThirdPartyPackagesCore) if (CUSTOMIZATION) add_definitions(-DCUSTOMIZATION) endif (CUSTOMIZATION) add_subdirectory(knowhere) if (BUILD_COVERAGE STREQUAL "ON") Loading core/unittest/CMakeLists.txt +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ # specific language governing permissions and limitations # under the License. #------------------------------------------------------------------------------- if (CUSTOMIZATION) add_definitions(-DCUSTOMIZATION) endif (CUSTOMIZATION) include_directories("${CUDA_TOOLKIT_ROOT_DIR}/include") Loading Loading
core/src/index/CMakeLists.txt +4 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,10 @@ include(DefineOptionsCore) include(BuildUtilsCore) include(ThirdPartyPackagesCore) if (CUSTOMIZATION) add_definitions(-DCUSTOMIZATION) endif (CUSTOMIZATION) add_subdirectory(knowhere) if (BUILD_COVERAGE STREQUAL "ON") Loading
core/unittest/CMakeLists.txt +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ # specific language governing permissions and limitations # under the License. #------------------------------------------------------------------------------- if (CUSTOMIZATION) add_definitions(-DCUSTOMIZATION) endif (CUSTOMIZATION) include_directories("${CUDA_TOOLKIT_ROOT_DIR}/include") Loading