Files
jak-project/common/cross_os_debug/CMakeLists.txt
T
water111 0451a06d76 Set up the compiler to ptrace the runtime (#107)
* 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
2020-10-31 14:07:43 -04:00

4 lines
94 B
CMake

add_library(cross_os_debug SHARED
xdbg.cpp)
target_link_libraries(cross_os_debug fmt)