f069be0548
It's not actually the first target in a `.sln` file that is treated as the default startup project, but rather the first fully defined target.
4 lines
142 B
CMake
4 lines
142 B
CMake
add_custom_target(TestStartup)
|
|
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
|
set_property(DIRECTORY PROPERTY VS_STARTUP_PROJECT "TestStartup")
|