6 lines
101 B
CMake
6 lines
101 B
CMake
idf_component_register(
|
|
SRCS "alarms.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES console_wrapper sound time
|
|
)
|