co-maps/libs/descriptions/descriptions_tests/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
173 B
Text
Raw Normal View History

2025-11-22 13:58:55 +01:00
project(descriptions_tests)
set(SRC
descriptions_tests.cpp
)
omim_add_test(${PROJECT_NAME} ${SRC} NO_PLATFORM_INIT)
target_link_libraries(${PROJECT_NAME} descriptions)