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:
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})