mirror of
https://github.com/m5stack/ESP-Claw.git
synced 2026-05-20 11:51:49 -07:00
13 lines
231 B
CMake
13 lines
231 B
CMake
idf_component_register(
|
|
SRCS
|
|
"src/lua_module_camera.c"
|
|
"src/lua_module_camera_service.c"
|
|
INCLUDE_DIRS
|
|
"include"
|
|
REQUIRES
|
|
cap_lua
|
|
esp_new_jpeg
|
|
esp_timer
|
|
freertos
|
|
)
|