7 lines
163 B
CMake
7 lines
163 B
CMake
|
set(COMPONENT_SRCS "app_main.c"
|
||
|
"app_prov.c"
|
||
|
"app_prov_handlers.c")
|
||
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||
|
|
||
|
register_component()
|