Files
system-control/firmware/components/simulator/CMakeLists.txt
2025-09-26 23:01:26 +02:00

9 lines
249 B
CMake

idf_component_register(SRCS
"simulator.c"
"storage.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
led-manager
spiffs
)