You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
building for Windows with VisualStudio it would be fine to set the "Noise-Example" as the default startup-project (so that it can be immediately started and debugged after building).
CMAKE offers a property for that (to be applied in master-"CMakeLists.txt" ?):
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT <... EXECUTABLE-NAME ...> )
I haven't seen this interfering with other options, so this should be a non-brainer ...
The text was updated successfully, but these errors were encountered:
Hello,
building for Windows with VisualStudio it would be fine to set the "Noise-Example" as the default startup-project (so that it can be immediately started and debugged after building).
CMAKE offers a property for that (to be applied in master-"CMakeLists.txt" ?):
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT <... EXECUTABLE-NAME ...> )
I haven't seen this interfering with other options, so this should be a non-brainer ...
The text was updated successfully, but these errors were encountered: