style(CMake): reformat CMakeLists.txt for improved readability

This commit is contained in:
HendrikRauh 2026-03-16 21:59:55 +01:00
parent cebe56541a
commit bab5725e92
4 changed files with 30 additions and 20 deletions

View file

@ -1,3 +1,2 @@
idf_component_register(SRCS "dmx-interface.c"
INCLUDE_DIRS "."
REQUIRES web_server)
idf_component_register(SRCS "dmx-interface.c" INCLUDE_DIRS "." REQUIRES
web_server)