file(GLOB_RECURSE ALL_SOURCES "*.c")

include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)

add_library(arm_debug ${ALL_SOURCES})

# arm_debug drives the EmbeddedICE scan chains via the bscan TAP primitives.
target_link_libraries(arm_debug PUBLIC bscan)
