esp-idf/examples/common_components/led_strip/CMakeLists.txt

4 lines
189 B
CMake
Raw Normal View History

idf_component_register(SRCS "src/led_strip_rmt_dev.c" "src/led_strip_rmt_encoder.c"
INCLUDE_DIRS "include" "interface"
PRIV_REQUIRES "driver")