file(GLOB sources *.c *.h)

add_executable(mxdbg-server ${sources})
target_link_libraries(mxdbg-server magenta_debug)
