Recast: fix cmake debug options

Program is no longer called 'naveditor.exe', assigned to-debug program name to project name.
This commit is contained in:
Kawe Mazidjatari 2024-06-27 13:21:22 +02:00
parent 47a0b179cd
commit baa3d8f878

View File

@ -89,7 +89,6 @@ end_sources( "${BUILD_OUTPUT_DIR}/bin/" )
whole_program_optimization()
set_target_properties( ${PROJECT_NAME} PROPERTIES
VS_DEBUGGER_COMMAND "naveditor.exe"
VS_DEBUGGER_COMMAND_ARGUMENTS "-console"
VS_DEBUGGER_WORKING_DIRECTORY "$(ProjectDir)../../../${BUILD_OUTPUT_DIR}/bin/"
)