mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-27 00:13:38 +00:00
14 lines
198 B
CMake
14 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
|
|
)
|