13 lines
225 B
CMake
13 lines
225 B
CMake
project(generator_integration_tests)
|
|
|
|
set(SRC
|
|
features_tests.cpp
|
|
helpers.cpp
|
|
helpers.hpp
|
|
mwm_playground.cpp
|
|
towns_tests.cpp
|
|
)
|
|
|
|
omim_add_test(${PROJECT_NAME} ${SRC})
|
|
|
|
target_link_libraries(${PROJECT_NAME} generator)
|