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:
parent
8a3ebe2805
commit
1cd57521d8
|
@ -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)
|
Loading…
Reference in New Issue