diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-24 02:20:57 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-24 04:37:42 -0400 |
| commit | dfdea05029da0868115896af14e9f2fb2ff22eea (patch) | |
| tree | adbfcead3d435efb4489842b490e1f89773ae669 /CMakeLists.txt | |
| parent | e349af70b72ddc0af303bf82cfc4f0e29fe1332b (diff) | |
greatly decreased the verbosity of builds
always include the INSTALL project in the solution build
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3955cc75..f424dc78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,9 @@ PROJECT(organizer) # sets ModOrganizer as StartUp Project in Visual Studio set_property(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" PROPERTY VS_STARTUP_PROJECT "ModOrganizer") +set(CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD 1) +set(CMAKE_INSTALL_MESSAGE NEVER) + SET(DEPENDENCIES_DIR CACHE PATH "") # hint to find qt in dependencies path LIST(APPEND CMAKE_PREFIX_PATH ${QT_ROOT}/lib/cmake) |
