summaryrefslogtreecommitdiff
path: root/gdbstub/CMakeLists.txt
blob: a3f0624a5ccd9b8e21829213c023cd9659331dfd (plain) (blame)
1
2
3
4
5
message(STATUS "* Configuring gdbstub")

set(SRCS gdbstub/gdbstub.c gdbstub_sys.c)
include_directories(gdbstub .)
add_library(gdbstub STATIC ${SRCS})