mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
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:
parent
47a0b179cd
commit
baa3d8f878
@ -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/"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user