refactor: libs/feature_helpers merged in libs/indexer

Signed-off-by: Séverin Lemaignan <severin@guakamole.org>
This commit is contained in:
Séverin Lemaignan
2025-10-05 21:02:50 +02:00
committed by x7z4w
parent 00be9a536d
commit 2217db002a
11 changed files with 8 additions and 35 deletions

View File

@@ -60,6 +60,8 @@ set(SRC
feature_algo.cpp
feature_algo.hpp
feature_altitude.hpp
feature_charge_sockets.cpp
feature_charge_sockets.hpp
feature_covering.cpp
feature_covering.hpp
feature_data.cpp
@@ -158,7 +160,6 @@ target_link_libraries(${PROJECT_NAME}
geometry
protobuf
coding
feature_helpers
)
omim_add_test_subdirectory(indexer_tests)