mirror of
https://github.com/espressif/esp-idf
synced 2025-04-03 05:10:11 -04:00
9 lines
172 B
CMake
9 lines
172 B
CMake
set(COMPONENT_SRCS "main.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
set(COMPONENT_EMBED_TXTFILES
|
|
"certs/cacert.pem"
|
|
"certs/prvtkey.pem")
|
|
|
|
register_component()
|