5 lines
138 B
CMake
5 lines
138 B
CMake
set(COMPONENT_SRCS "blufi_example_main.c"
|
|
"blufi_security.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
register_component()
|