Files
NeoPixelBus/CMakeLists.txt
2021-03-22 16:06:32 +01:00

10 lines
168 B
CMake

idf_component_register(
SRCS
src/internal/Esp32_i2s.c
src/internal/NeoEsp32RmtMethod.cpp
INCLUDE_DIRS
src
REQUIRES
driver
)