mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
10 lines
173 B
CMake
10 lines
173 B
CMake
project(descriptions_tests)
|
|
|
|
set(SRC
|
|
descriptions_tests.cpp
|
|
)
|
|
|
|
omim_add_test(${PROJECT_NAME} ${SRC} NO_PLATFORM_INIT)
|
|
|
|
target_link_libraries(${PROJECT_NAME} descriptions)
|