Files
comaps/libs/descriptions/descriptions_tests/CMakeLists.txt
Alexander Borsuk 76ffc99abd New cpp folder structure
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-08-14 20:52:04 +07:00

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)