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>2017-06-19 15:25:00 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-07-05 16:41:38 +0300
commit2abc1da6f13ef3c3e875dfc9f218b8274a732cba (patch)
treec1eebc489b26d7174371f0e200e8a74369aa4e9e /ugc/CMakeLists.txt
parent790817bde6afe92bcd4fe867622474514ee490b0 (diff)
[ugc] UGC Api prototype.
Diffstat (limited to 'ugc/CMakeLists.txt')
-rw-r--r--ugc/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/ugc/CMakeLists.txt b/ugc/CMakeLists.txt
new file mode 100644
index 0000000000..20baffbe60
--- /dev/null
+++ b/ugc/CMakeLists.txt
@@ -0,0 +1,9 @@
+project(ugc)
+
+set(
+ SRC
+ api.cpp
+ api.hpp
+)
+
+add_library(${PROJECT_NAME} ${SRC})