esp-who/examples/camera_terminal/CMakeLists.txt

8 lines
157 B
CMake
Raw Normal View History

2021-07-16 16:20:24 +08:00
cmake_minimum_required(VERSION 3.5)
set(EXTRA_COMPONENT_DIRS ../../components)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(camera_terminal)