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

8 lines
125 B
CMake
Raw Normal View History

2020-11-03 13:22:04 +01:00
set(srcs "pretty_effect.c"
"example.c"
)
idf_component_register(SRCS ${srcs}
INCLUDE_DIRS ".")