file(GLOB_RECURSE ALL_SOURCES "*.c")

include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)

add_library(arm_debug ${ALL_SOURCES})
