Files
ESPC3-wireless/components/CMakeLists.txt
2025-02-13 17:17:07 +08:00

12 lines
299 B
CMake

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}
)