]> gitweb.ps.run Git - matrix_esp_thesis/blobdiff - esp32/esp_project/CMakeLists.txt
HTTP layer for ESP32, make static specifier in matrix.c optional by defining it as...
[matrix_esp_thesis] / esp32 / esp_project / CMakeLists.txt
index 1d08676f6db2ef9f9c9e5c4fd7e6a5750e118078..897cd8ea12ab6a77fdc3cd66be4c10c7c4af01ef 100644 (file)
@@ -4,3 +4,6 @@ cmake_minimum_required(VERSION 3.16)
 \r
 include($ENV{IDF_PATH}/tools/cmake/project.cmake)\r
 project(esp_project)\r
+\r
+SET(CMAKE_CXX_FLAGS  "${CMAKE_CXX_FLAGS} -fpermissive")\r
+SET(CMAKE_CXX_COMPILER  "C:/Espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe")
\ No newline at end of file