summaryrefslogtreecommitdiffstats
path: root/esp32/CMakeLists.txt
blob: 648cacba6a8c1a9820e0ae44089e8b663ad7b5a4 (plain)
1
2
3
4
5
6
# The following 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.16)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(mimir)