aboutsummaryrefslogtreecommitdiff
path: root/examples/esp-idf/without-gfx/CMakeLists.txt
blob: 9fbb7f4bdeb6ca4bf942537446abf74521db8048 (plain)
1
2
3
4
5
6
7
8
9
10
# This is a boilerplate top-level project CMakeLists.txt file.
# This is the primary file which CMake uses to learn how to build the project.
#
# Most of the important stuff happens in the 'main' directory.
#
# See https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/build-system.html#example-project for more details.
cmake_minimum_required(VERSION 3.5)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(without-gfx)