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:
authortatiana-yan <tatiana.kondakova@gmail.com>2019-02-13 15:40:11 +0300
committermpimenov <mpimenov@users.noreply.github.com>2019-02-13 15:45:57 +0300
commitf8813343db88940a4a3c9d64840b36f6d3bb2080 (patch)
tree6cba508c75965f077f6e79cb3f441010ef3ae1f0 /CMakeLists.txt
parentc1b4d8618ef0858bbbceef35540769a6139a89a6 (diff)
[doc] Add note about design tool build.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bbbf6072af..fe96aa6be2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,6 +53,7 @@ message("Build type: " ${CMAKE_BUILD_TYPE})
# End of setting build type
# Options
+# Call `make package` after cmake to build design tool.
option(BUILD_DESIGNER "Build application as design tool" OFF)
if (BUILD_DESIGNER)
message("Designer tool building is enabled")