ESP32_TV_Demo/main/CMakeLists.txt

10 lines
116 B
CMake
Raw Normal View History

2022-07-23 15:04:21 +00:00
idf_component_register(
SRCS
"app_main.c"
"app_lcd_impl.c"
"lib/st7789_lcd.c"
INCLUDE_DIRS
"lib"
)