esp-who/examples/camera_terminal/main/CMakeLists.txt

17 lines
197 B
CMake
Raw Normal View History

2021-07-16 16:20:24 +08:00
set(COMPONENT_SRCS
app_main.cpp
app_dl.cpp
)
set(COMPONENT_ADD_INCLUDEDIRS
include
)
set(COMPONENT_REQUIRES
esp32-camera
esp-dl
2021-07-29 20:48:55 +08:00
common
2021-07-16 16:20:24 +08:00
)
register_component()