diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2018-02-20 12:14:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-20 12:14:24 +0100 |
| commit | 9fd3f6c4e4715f7b78c62f36be3c6667fa4a295d (patch) | |
| tree | b8cca23c7b009f969b291c52f34f6d6960cbd2a6 /CMakeLists.txt | |
| parent | 4804903f3ac6dca384ca18190ae88706a0ab5b0b (diff) | |
set MO as StartUp Project
Sets MordOrganizer as StartUp Project in VisualStudio.
Reference: https://stackoverflow.com/a/37994396/4446318
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a4abd62d..f9ff4816 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8) PROJECT(organizer) +# sets ModOrganizer as StartUp Project in Visual Studio +set_property(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" PROPERTY VS_STARTUP_PROJECT "${CMAKE_PROJECT_NAME}") SET(DEPENDENCIES_DIR CACHE PATH "") # hint to find qt in dependencies path |
