abouttreesummaryrefslogcommitdiff
path: root/esp32/esp_project/CMakeLists.txt
blob: 897cd8ea12ab6a77fdc3cd66be4c10c7c4af01ef (plain)
1
2
3
4
5
6
7
8
9
# 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.16)

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

SET(CMAKE_CXX_FLAGS  "${CMAKE_CXX_FLAGS} -fpermissive")
SET(CMAKE_CXX_COMPILER  "C:/Espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe")