You've already forked M5Stack-Camera
mirror of
https://github.com/m5stack/M5Stack-Camera.git
synced 2026-05-20 10:24:36 -07:00
7 lines
235 B
CMake
7 lines
235 B
CMake
# The following five lines of boilerplate have to be in your project's
|
|
# CMakeLists in this exact order for cmake to work correctly
|
|
cmake_minimum_required(VERSION 3.5)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(camera)
|