mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 12:19:41 -06:00
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>
2 lines
67 B
CMake
2 lines
67 B
CMake
set_property(DIRECTORY PROPERTY VS_STARTUP_PROJECT "DoesNotExist")
|