Add project CMakeLists.txt file for the CMake Preview branch

See https://esp32.com/viewtopic.php?f=13&t=5559&p=24109 for
an explanation of this.
This commit is contained in:
Angus Gratton 2018-04-17 11:50:21 +10:00 committed by Angus Gratton
parent 8a3ebe2805
commit 1cd57521d8
1 changed files with 8 additions and 0 deletions

8
CMakeLists.txt Normal file
View File

@ -0,0 +1,8 @@
# 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.5)
set(MAIN_SRCS main/main.c)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(app-template)