mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9 lines
203 B
CMake
9 lines
203 B
CMake
|
set(COMPONENT_SRCS "app_main.c" "esp_local_ctrl_service.c")
|
||
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||
|
|
||
|
set(COMPONENT_EMBED_TXTFILES
|
||
|
"certs/cacert.pem"
|
||
|
"certs/prvtkey.pem")
|
||
|
|
||
|
register_component()
|