esp-sr/model/CMakeLists.txt

11 lines
138 B
CMake

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