mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-04-09 03:11:29 +00:00
style(CMake): reformat CMakeLists.txt for improved readability
This commit is contained in:
parent
cebe56541a
commit
bab5725e92
4 changed files with 30 additions and 20 deletions
|
|
@ -1,6 +1,10 @@
|
|||
idf_component_register(
|
||||
SRCS "src/storage.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES joltwallet__littlefs
|
||||
PRIV_REQUIRES vfs logger
|
||||
)
|
||||
SRCS
|
||||
"src/storage.c"
|
||||
INCLUDE_DIRS
|
||||
"include"
|
||||
REQUIRES
|
||||
joltwallet__littlefs
|
||||
PRIV_REQUIRES
|
||||
vfs
|
||||
logger)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue