3 lines
97 B
CMake
3 lines
97 B
CMake
add_custom_target(TestStartup)
|
|
set_property(DIRECTORY PROPERTY VS_STARTUP_PROJECT "TestStartup")
|