toolchain: add new debugging tool using magenta_debug
This commit is contained in:
@@ -10,10 +10,11 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib)
|
||||
|
||||
add_subdirectory(../lib/libfx ${CMAKE_CURRENT_BINARY_DIR}/libfx)
|
||||
find_package(FX REQUIRED COMPONENTS
|
||||
fx.runtime fx.collections fx.cmdline fx.serial fx.io)
|
||||
fx.runtime fx.collections fx.cmdline fx.serial fx.io fx.term)
|
||||
|
||||
add_subdirectory(
|
||||
../kernel/tools
|
||||
${CMAKE_CURRENT_BINARY_DIR}/kernel-tools)
|
||||
|
||||
add_subdirectory(xpcg)
|
||||
add_subdirectory(mxdbg)
|
||||
|
||||
Reference in New Issue
Block a user