mirror of
https://github.com/open-goal/jak-project
synced 2026-06-25 10:12:14 -04:00
0451a06d76
* set up the compiler to ptrace the runtime * clang format * move debugger state to a separate Debugger class * support registers and break and continue * documentation and fix windows * make listener part of compiler, not a separate library * implement memory read and write * fix for windows
4 lines
94 B
CMake
4 lines
94 B
CMake
add_library(cross_os_debug SHARED
|
|
xdbg.cpp)
|
|
|
|
target_link_libraries(cross_os_debug fmt) |