10 lines
153 B
CMake
10 lines
153 B
CMake
set(COMPONENT_SRCS "\
|
|
main.c\
|
|
ble.c\
|
|
console.c\
|
|
pumps.c\
|
|
user_button.c\
|
|
")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ". ../include")
|
|
|
|
register_component()
|