ESP32-WROVER-KIT-LCD-DRIVER/main/CMakeLists.txt

6 lines
104 B
CMake

set(srcs "Example_Main.c" )
idf_component_register(SRCS ${srcs}
INCLUDE_DIRS ".")