toolchain: add new debugging tool using magenta_debug
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
file(GLOB sources *.c *.h include/mxdbg/*.h)
|
||||
|
||||
add_library(libmxdbg STATIC ${sources})
|
||||
set_target_properties(libmxdbg PROPERTIES PREFIX "")
|
||||
Reference in New Issue
Block a user