summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
blob: 4a1669cc104adae34d50308e049a45e17fbb30ba (plain) (blame)
1
2
3
4
5
6
# 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.16)

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