file(GLOB sources *.c *.h include/mxdbg/*.h)

add_library(libmxdbg STATIC ${sources})
set_target_properties(libmxdbg PROPERTIES PREFIX "")
