diff options
| author | Patrick | 2023-11-13 22:33:49 +0100 |
|---|---|---|
| committer | Patrick | 2023-11-13 22:33:49 +0100 |
| commit | a2b4308fa5bdc55cafa73aa0d70a00528f069ab7 (patch) | |
| tree | b4120bae9ce2ca06ae20ce6b2497e5eb3ae61e85 /esp32/esp_project/components | |
| parent | 50f9d03ea29a8ae2f82d5edb5404fdebf4316b13 (diff) | |
| download | matrix_esp_thesis-a2b4308fa5bdc55cafa73aa0d70a00528f069ab7.tar.gz matrix_esp_thesis-a2b4308fa5bdc55cafa73aa0d70a00528f069ab7.zip | |
changes to olm and esp
Diffstat (limited to 'esp32/esp_project/components')
| -rw-r--r-- | esp32/esp_project/components/matrix/CMakeLists.txt | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/esp32/esp_project/components/matrix/CMakeLists.txt b/esp32/esp_project/components/matrix/CMakeLists.txt index 2387948..bf7da7a 100644 --- a/esp32/esp_project/components/matrix/CMakeLists.txt +++ b/esp32/esp_project/components/matrix/CMakeLists.txt @@ -1,16 +1,16 @@ -idf_component_register(SRCS - "../../../../src/matrix.c" - "../../../../src/matrix_http_esp32.c" - "../../../../ext/mjson/src/mjson.c" - INCLUDE_DIRS - "../../../../ext/olm/include" - "../../../../ext/olm/lib" - "../../../../ext/mjson/src" - "../../../../src" - REQUIRES - esp-tls - esp_http_client - esp_netif - nvs_flash) - -SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive") +idf_component_register(SRCS
+ "../../../../src/matrix.c"
+ "../../../../src/matrix_http_esp32.c"
+ "../../../../ext/mjson/src/mjson.c"
+ INCLUDE_DIRS
+ "../../../../ext/olm/include"
+ "../../../../ext/olm/lib"
+ "../../../../ext/mjson/src"
+ "../../../../src"
+ REQUIRES
+ esp-tls
+ esp_http_client
+ esp_netif
+ nvs_flash)
+
+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive")
|
