5 lines
118 B
CMake
5 lines
118 B
CMake
|
|
file(GLOB sources *.c *.h)
|
||
|
|
|
||
|
|
add_executable(mxdbg-server ${sources})
|
||
|
|
target_link_libraries(mxdbg-server magenta_debug)
|