2021-12-23 20:07:19 +08:00

7 lines
120 B
CMake

file(GLOB_RECURSE srcs *.c)
idf_component_register(
SRCS ${srcs}
INCLUDE_DIRS pikascript-api pikascript-core
)