Files
bedside-clock/components/config/CMakeLists.txt

6 lines
90 B
CMake

idf_component_register(
SRCS "config.c"
INCLUDE_DIRS "."
REQUIRES fatal nvs_flash
)