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:
authorgreshilov <slovaricheg@gmail.com>2018-01-12 15:33:07 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2018-01-18 13:25:44 +0300
commit71d211bf1cd877a7e1373778507c33499afc41fe (patch)
treef0da64cadeb2bae89181ffc769fc895367246da4 /skin_generator
parentd4abef8634d8b89af727c45adbd5c60563d60943 (diff)
[cmake] Designer Tool final fix
Fix omim_add_test, omim_add_executable
Diffstat (limited to 'skin_generator')
-rw-r--r--skin_generator/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/skin_generator/CMakeLists.txt b/skin_generator/CMakeLists.txt
index ecfd799f63..aaac777dae 100644
--- a/skin_generator/CMakeLists.txt
+++ b/skin_generator/CMakeLists.txt
@@ -18,6 +18,10 @@ set(
main.cpp
)
+if (BUILD_DESIGNER)
+ set(SRC MACOSX_BUNDLE ${SRC})
+endif()
+
omim_add_executable(${PROJECT_NAME} ${SRC})
omim_link_libraries(
@@ -34,4 +38,3 @@ omim_link_libraries(
${Qt5Svg_LIBRARIES}
${LIBZ}
)
-