add some code
This commit is contained in:
11
managed_components/espressif__esp-sr/model/CMakeLists.txt
Normal file
11
managed_components/espressif__esp-sr/model/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
set(COMPONENT_SRCS
|
||||
model_path.c
|
||||
)
|
||||
|
||||
set(COMPONENT_ADD_INCLUDEDIRS .)
|
||||
|
||||
set(COMPONENT_REQUIRES
|
||||
spiffs
|
||||
)
|
||||
|
||||
register_component()
|
||||
Reference in New Issue
Block a user