mirror of
https://github.com/m5stack/ESP-Claw.git
synced 2026-05-20 11:51:49 -07:00
12 lines
170 B
CMake
12 lines
170 B
CMake
idf_component_register(
|
|
SRCS
|
|
"src/cap_cli.c"
|
|
INCLUDE_DIRS
|
|
"include"
|
|
REQUIRES
|
|
claw_cap
|
|
console
|
|
freertos
|
|
json
|
|
)
|