ESP32/main/CMakeLists.txt

4 lines
121 B
CMake

idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES led_strip driver)