From 95e77d71c36571b439933459135449aa64c4619f Mon Sep 17 00:00:00 2001 From: Anatoly Serdtcev Date: Tue, 30 Jul 2019 11:11:05 +0300 Subject: [PATCH] [opening_hours] Add compilation support with -DUSE_ASAN=1 --- .../opening_hours_integration_tests/CMakeLists.txt | 2 +- .../opening_hours_supported_features_tests/CMakeLists.txt | 2 +- 3party/opening_hours/opening_hours_tests/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)