toolchain: add new debugging tool using magenta_debug
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
file(GLOB sources *.c *.h)
|
||||
|
||||
add_executable(mxdbg-server ${sources})
|
||||
target_link_libraries(mxdbg-server magenta_debug)
|
||||
@@ -0,0 +1,4 @@
|
||||
int main(int argc, const char **argv)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user