co-maps/tools/feature_list/CMakeLists.txt
2025-11-22 13:58:55 +01:00

13 lines
198 B
CMake

project(feature_list_generator)
set(SRC feature_list.cpp)
omim_add_executable(${PROJECT_NAME} ${SRC})
target_link_libraries(${PROJECT_NAME}
mwm_diff
generator
search
platform
indexer
)