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/indexer_tests_support
parent07e5667c43f4cb768269b1918bfa7786341891f5 (diff)
[cmake] Added CMakeLists for generator_tests_support and libtess2.
Diffstat (limited to 'indexer/indexer_tests_support')
-rw-r--r--indexer/indexer_tests_support/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/indexer/indexer_tests_support/CMakeLists.txt b/indexer/indexer_tests_support/CMakeLists.txt
new file mode 100644
index 0000000000..753ccca7f6
--- /dev/null
+++ b/indexer/indexer_tests_support/CMakeLists.txt
@@ -0,0 +1,9 @@
+project(indexer_tests_support)
+
+set(
+ SRC
+ helpers.cpp
+ helpers.hpp
+)
+
+add_library(${PROJECT_NAME} ${SRC})