1 # The following lines of boilerplate have to be in your project's
\r
2 # CMakeLists in this exact order for cmake to work correctly
\r
3 cmake_minimum_required(VERSION 3.16)
\r
5 include($ENV{IDF_PATH}/tools/cmake/project.cmake)
\r
8 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive")