更新模板到最新状态
This commit is contained in:
11
components/CMakeLists.txt
Normal file
11
components/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
list(APPEND incs "system/include")
|
||||
|
||||
list(APPEND srcs "system/source/k_kit/k_kit.c")
|
||||
list(APPEND srcs "system/source/shell/sh_vt100.c")
|
||||
list(APPEND srcs "system/source/shell/sh_vset.c")
|
||||
list(APPEND srcs "system/source/shell/sh.c")
|
||||
|
||||
idf_component_register(
|
||||
INCLUDE_DIRS ${incs}
|
||||
SRCS ${srcs}
|
||||
)
|
||||
Reference in New Issue
Block a user