mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-13 08:06:16 +00:00
9 lines
296 B
CMake
9 lines
296 B
CMake
set(srcs "deep_sleep_example_main.c"
|
|
"gpio_wakeup.c"
|
|
"ext_wakeup.c")
|
|
set(includes ".")
|
|
|
|
idf_component_register(SRCS ${srcs}
|
|
PRIV_REQUIRES nvs_flash ulp esp_driver_gpio
|
|
INCLUDE_DIRS ${includes})
|