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

7 lines
174 B
CMake

idf_component_register(
SRCS "st7789.c"
INCLUDE_DIRS "include" "${CMAKE_SOURCE_DIR}/main/include"
PRIV_INCLUDE_DIRS "."
REQUIRES driver esp_timer spi_flash
)