Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Dependencies
Cpp
mirrage
Commits
64f49710
Commit
64f49710
authored
Mar 25, 2019
by
Stefan Bodenschatz
Browse files
Only set VS_STARTUP_PROJECT if demo is built.
parent
9493f79d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
64f49710
...
...
@@ -25,6 +25,6 @@ endif()
add_subdirectory
(
dependencies
)
add_subdirectory
(
src
)
if
(
MSVC_IDE
)
if
(
MSVC_IDE
AND MIRRAGE_BUILD_DEMO
)
set_property
(
DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
PROPERTY VS_STARTUP_PROJECT demo
)
endif
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment