Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/drape
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-11-14 15:40:07 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-11-14 17:15:21 +0300
commit2af6d87d5c492ab15ea4f936d8363e30a1ae79be (patch)
tree33c59ef9b75614c5dc9dca68bbfab58476d63861 /drape
parentee44a8a940ddd5deb587b6db483c4dedfeb6659e (diff)
Fixed drape tests.
Diffstat (limited to 'drape')
-rw-r--r--drape/drape_tests/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/drape/drape_tests/CMakeLists.txt b/drape/drape_tests/CMakeLists.txt
index d4cdf981da..a0cb547e85 100644
--- a/drape/drape_tests/CMakeLists.txt
+++ b/drape/drape_tests/CMakeLists.txt
@@ -41,10 +41,11 @@ set(
pointers_tests.cpp
stipple_pen_tests.cpp
texture_of_colors_tests.cpp
+ testingmain.cpp
uniform_value_tests.cpp
)
-omim_add_test(${PROJECT_NAME} ${DRAPE_COMMON_SRC} ${SRC})
+add_executable(${PROJECT_NAME} ${DRAPE_COMMON_SRC} ${SRC})
omim_link_libraries(
${PROJECT_NAME}