abouttreesummaryrefslogcommitdiff
path: root/esp32/esp_project/components/matrix/CMakeLists.txt
blob: bf7da7a9ef289368dae2fc7840d5ae9556866109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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")