bedside-clock/main/CMakeLists.txt
Camden Dixie O'Brien 685e0950bf Create system_utils component
Somewhat of a 'misc' component; handles early initialization, checking
for first boot and rebooting.
2023-05-19 16:17:54 +01:00

7 lines
146 B
CMake

idf_component_register(
SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES
buttons console_wrapper display settings sound system_utils time wifi
)