esp-ena/components/display/CMakeLists.txt

6 lines
100 B
CMake

idf_component_register(
SRCS
"display.c"
"display-gfx.c"
INCLUDE_DIRS "."
)