From f8813343db88940a4a3c9d64840b36f6d3bb2080 Mon Sep 17 00:00:00 2001 From: tatiana-yan Date: Wed, 13 Feb 2019 15:40:11 +0300 Subject: [PATCH] [doc] Add note about design tool build. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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")