6 lines
95 B
CMake

idf_component_register(
SRCS "display_driver.c"
INCLUDE_DIRS "."
REQUIRES driver fatal
)