mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-03-09 13:30:20 +00:00
4 lines
125 B
CMake
4 lines
125 B
CMake
idf_component_register(SRCS "dmx-interface.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES web_server)
|
|
|