mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-15 13:13:11 +00:00
4 lines
101 B
CMake
4 lines
101 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(main)
|