6 lines
77 B
CMake

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