This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
eb79fa7260
CMake
/
Tests
/
RunCMake
/
VSSolution
/
StartupProjectMissing.cmake
2 lines
67 B
CMake
Raw
Normal View
History
Unescape
Escape
VS: Add option to choose the `.sln` startup project (#15578) Add a `VS_STARTUP_PROJECT` directory property to specify the project that should be placed first in the `.sln` file so that it will be selected as the default startup project. Co-Author: Taylor Braun-Jones <taylor.braunjones@avigilon.com>
2016-03-17 23:12:02 +03:00
set_property
(
DIRECTORY
PROPERTY
VS_STARTUP_PROJECT
"DoesNotExist"
)