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:
authorTimofey <t.danshin@corp.mail.ru>2016-11-10 18:54:05 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-11-14 17:06:23 +0300
commite054c0170fc80465a2cebc41117745c8685801a9 (patch)
tree803ac6bf09555855370b37e31a07a196031ea9ca /qt_tstfrm
parent61d10c1df1c1b2538da226312f8bb964efe73203 (diff)
Added drape and drape_tests
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/qt_tstfrm/CMakeLists.txt b/qt_tstfrm/CMakeLists.txt
new file mode 100644
index 0000000000..ef4f591acc
--- /dev/null
+++ b/qt_tstfrm/CMakeLists.txt
@@ -0,0 +1,9 @@
+project(qt_tstfrm)
+
+set(
+ SRC
+ test_main_loop.hpp
+ test_main_loop.cpp
+)
+
+add_library(${PROJECT_NAME} ${SRC})