6 lines
130 B
CMake
6 lines
130 B
CMake
|
set(COMPONENT_SRCS "ble_ancs_demo.c"
|
||
|
"ble_ancs.c")
|
||
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||
|
|
||
|
register_component()
|