Files
AI-on-the-edge-device/code/components/esp32-camera-master/examples/main/CMakeLists.txt
2022-01-14 20:18:24 +01:00

3 lines
88 B
CMake

set(COMPONENT_SRCS take_picture.c)
set(COMPONENT_ADD_INCLUDEDIRS .)
register_component()