mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -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()
|