diff --git a/3party/opening_hours/opening_hours_integration_tests/CMakeLists.txt b/3party/opening_hours/opening_hours_integration_tests/CMakeLists.txt index 564e7c5ed3..31daa09e68 100644 --- a/3party/opening_hours/opening_hours_integration_tests/CMakeLists.txt +++ b/3party/opening_hours/opening_hours_integration_tests/CMakeLists.txt @@ -7,5 +7,5 @@ set( opening_hours_integration_tests.cpp ) -add_executable(${PROJECT_NAME} ${SRC}) +omim_add_executable(${PROJECT_NAME} ${SRC}) omim_link_libraries(${PROJECT_NAME} base opening_hours) diff --git a/3party/opening_hours/opening_hours_supported_features_tests/CMakeLists.txt b/3party/opening_hours/opening_hours_supported_features_tests/CMakeLists.txt index 03beb3ca6b..a12efab639 100644 --- a/3party/opening_hours/opening_hours_supported_features_tests/CMakeLists.txt +++ b/3party/opening_hours/opening_hours_supported_features_tests/CMakeLists.txt @@ -7,5 +7,5 @@ set( opening_hours_supported_features_tests.cpp ) -add_executable(${PROJECT_NAME} ${SRC}) +omim_add_executable(${PROJECT_NAME} ${SRC}) omim_link_libraries(${PROJECT_NAME} base opening_hours) diff --git a/3party/opening_hours/opening_hours_tests/CMakeLists.txt b/3party/opening_hours/opening_hours_tests/CMakeLists.txt index b8a892a4e3..6b5a51e923 100644 --- a/3party/opening_hours/opening_hours_tests/CMakeLists.txt +++ b/3party/opening_hours/opening_hours_tests/CMakeLists.txt @@ -7,5 +7,5 @@ set( opening_hours_tests.cpp ) -add_executable(${PROJECT_NAME} ${SRC}) +omim_add_executable(${PROJECT_NAME} ${SRC}) omim_link_libraries(${PROJECT_NAME} base opening_hours)