6 lines
150 B
CMake
6 lines
150 B
CMake
idf_component_register(
|
|
SRCS "alarm_store.c" "alarms.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES console_wrapper esp_partition fatal sound system_utils time
|
|
)
|