78ec046130
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>
3 lines
97 B
CMake
3 lines
97 B
CMake
add_custom_target(TestStartup)
|
|
set_property(DIRECTORY PROPERTY VS_STARTUP_PROJECT "TestStartup")
|