lego-esp32s3-gameboy/components/st7789/CMakeLists.txt

10 lines
137 B
CMake

idf_component_register(
SRCS
"st7789.c"
INCLUDE_DIRS
"include"
REQUIRES
driver
spi_flash
)