summaryrefslogtreecommitdiffstats
path: root/tinyusb/hw/bsp/esp32s3/components/led_strip/CMakeLists.txt
blob: 6d0fcbc864341f448f334627ef1673f713182b5b (plain)
1
2
3
4
5
6
7
8
set(component_srcs "src/led_strip_rmt_ws2812.c")

idf_component_register(SRCS "${component_srcs}"
                       INCLUDE_DIRS "include"
                       PRIV_INCLUDE_DIRS ""
                       PRIV_REQUIRES "driver"
                       REQUIRES "")