ESP32-WROVER-KIT-LCD-DRIVER/main/CMakeLists.txt
2020-11-10 10:16:35 +01:00

6 lines
104 B
CMake

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