2021-12-19 22:09:16 +08:00

7 lines
120 B
CMake

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