mirror of
https://github.com/m5stack/ESP-Claw.git
synced 2026-05-20 11:51:49 -07:00
19 lines
331 B
CMake
19 lines
331 B
CMake
idf_component_register(
|
|
SRCS
|
|
"src/cap_lua.c"
|
|
"src/cap_lua_runtime.c"
|
|
"src/cap_lua_async.c"
|
|
"src/cmd_cap_lua.c"
|
|
INCLUDE_DIRS
|
|
"include"
|
|
"src"
|
|
REQUIRES
|
|
claw_cap
|
|
claw_core
|
|
console
|
|
esp_timer
|
|
freertos
|
|
georgik__lua
|
|
json
|
|
)
|