diff options
| author | Brian Munro <brian.alexander.munro@gmail.com> | 2018-02-21 10:58:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-21 10:58:06 +0200 |
| commit | 9624d86b466f89dcd7339f456a7ec70502f59acf (patch) | |
| tree | b8cca23c7b009f969b291c52f34f6d6960cbd2a6 /CMakeLists.txt | |
| parent | 4804903f3ac6dca384ca18190ae88706a0ab5b0b (diff) | |
| parent | 9fd3f6c4e4715f7b78c62f36be3c6667fa4a295d (diff) | |
Merge pull request #233 from SuperSandro2000/patch-1
set MO as StartUp Project
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 |
