Search improvements

This commit is contained in:
Efim Beshmenev
2026-07-11 01:09:14 +03:00
parent 1c153fb08f
commit 5ba553a1d4
2617 changed files with 9566 additions and 4648 deletions
+3
View File
@@ -16,6 +16,8 @@ endif()
add_library(neighborly_core
src/Checkpoint/GlobalCheckpoint.cpp
src/Checkpoint/GlobalCheckpoint.h
src/SearchArchive/SearchArchive.cpp
src/SearchArchive/SearchArchive.h
src/NeighborlyCore/plane.h
src/NeighborlyCore/precise_geometry.h
src/NeighborlyCore/util.cpp
@@ -52,6 +54,7 @@ target_include_directories(neighborly_core
PUBLIC
"${CMAKE_CURRENT_SOURCE_DIR}/src/NeighborlyCore"
"${CMAKE_CURRENT_SOURCE_DIR}/src/Checkpoint"
"${CMAKE_CURRENT_SOURCE_DIR}/src/SearchArchive"
"${CMAKE_CURRENT_SOURCE_DIR}/projects/Szilassi"
"${EIGEN_ROOT}"
)