]> gitweb.ps.run Git - matrix_esp_thesis/blob - esp32/esp_project/components/matrix/CMakeLists.txt
changes to olm and esp
[matrix_esp_thesis] / esp32 / esp_project / components / matrix / CMakeLists.txt
1 idf_component_register(SRCS\r
2                             "../../../../src/matrix.c"\r
3                             "../../../../src/matrix_http_esp32.c"\r
4                             "../../../../ext/mjson/src/mjson.c"\r
5                        INCLUDE_DIRS\r
6                             "../../../../ext/olm/include"\r
7                             "../../../../ext/olm/lib"\r
8                             "../../../../ext/mjson/src"\r
9                             "../../../../src"\r
10                        REQUIRES\r
11                             esp-tls\r
12                             esp_http_client\r
13                             esp_netif\r
14                             nvs_flash)\r
15 \r
16 SET(CMAKE_CXX_FLAGS  "${CMAKE_CXX_FLAGS} -fpermissive")\r