bedside-clock/firmware/main/CMakeLists.txt

7 lines
146 B
CMake

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