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
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2016-12-21 12:40:22 +0300
committerYuri Gorshenin <y@maps.me>2016-12-21 13:12:58 +0300
commitd9b6547fa2967aaa5bebcae00346b3f305c094b5 (patch)
tree3960c16be68cfa5a9577b9388db9d751c86bbbaf /indexer/CMakeLists.txt
parent07e5667c43f4cb768269b1918bfa7786341891f5 (diff)
[cmake] Added CMakeLists for generator_tests_support and libtess2.
Diffstat (limited to 'indexer/CMakeLists.txt')
-rw-r--r--indexer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/CMakeLists.txt b/indexer/CMakeLists.txt
index 3ae176faf9..0abc38bcfb 100644
--- a/indexer/CMakeLists.txt
+++ b/indexer/CMakeLists.txt
@@ -140,4 +140,5 @@ file(COPY ${OTHER_FILES} DESTINATION ${CMAKE_BINARY_DIR})
add_library(${PROJECT_NAME} ${SRC})
+omim_add_test_subdirectory(indexer_tests_support)
#omim_add_test_subdirectory(indexer_tests)