bedside-clock/main/CMakeLists.txt
Camden Dixie O'Brien c82af79d52 Create buttons module
Temporarily just logging button presses, as alarms module doesn't yet
exist.
2023-05-17 15:24:11 +01:00

6 lines
129 B
CMake

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