ESP32_TV_Demo/main/CMakeLists.txt

10 lines
116 B
CMake

idf_component_register(
SRCS
"app_main.c"
"app_lcd_impl.c"
"lib/st7789_lcd.c"
INCLUDE_DIRS
"lib"
)