bedside-clock/components/fatal/CMakeLists.txt

6 lines
88 B
CMake

idf_component_register(
SRCS "fatal.c"
INCLUDE_DIRS "."
REQUIRES esp_system log
)