Files
esp-idf/examples/protocols/esp_local_ctrl/main/CMakeLists.txt
T

5 lines
243 B
CMake
Raw Normal View History

idf_component_register(SRCS "app_main.c" "esp_local_ctrl_service.c"
INCLUDE_DIRS "."
PRIV_REQUIRES esp_local_ctrl nvs_flash
2022-01-25 10:03:31 +05:30
EMBED_TXTFILES "certs/servercert.pem" "certs/prvtkey.pem")