Skip to content

Commit

Permalink
Debugger target now has the -- -degug command args by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Lectem committed Dec 15, 2024
1 parent d8357d0 commit 3268b47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/D2Debugger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ target_link_libraries(D2Debugger
if(MSVC)
target_link_options(D2Debugger PRIVATE "/DELAYLOAD:d3d9.dll" "Delayimp.lib")
endif()

set_target_properties(D2Debugger
PROPERTIES
VS_DEBUGGER_COMMAND_ARGUMENTS "-- -debug"
)

0 comments on commit 3268b47

Please sign in to comment.