Files
xiaozhi-esp32/managed_components/espressif__esp-sr/model/CMakeLists.txt
2025-09-05 13:25:11 +08:00

11 lines
138 B
CMake

set(COMPONENT_SRCS
model_path.c
)
set(COMPONENT_ADD_INCLUDEDIRS .)
set(COMPONENT_REQUIRES
spiffs
)
register_component()