2018-02-27 06:44:31 +00:00
|
|
|
# The following lines of boilerplate have to be in your project's
|
2018-02-27 04:45:30 +00:00
|
|
|
# CMakeLists in this exact order for cmake to work correctly
|
2018-01-12 02:49:13 +00:00
|
|
|
cmake_minimum_required(VERSION 3.5)
|
|
|
|
|
2018-01-19 04:47:49 +00:00
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
2018-11-11 07:36:24 +00:00
|
|
|
project(hello-world)
|