mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
11 lines
138 B
CMake
11 lines
138 B
CMake
set(COMPONENT_SRCS
|
|
model_path.c
|
|
)
|
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS .)
|
|
|
|
set(COMPONENT_REQUIRES
|
|
spiffs
|
|
)
|
|
|
|
register_component() |