diff options
| author | Patrick | 2023-07-14 13:46:27 +0200 |
|---|---|---|
| committer | Patrick | 2023-07-14 13:46:27 +0200 |
| commit | 4c72c6901e007414aebb4cb6534c1a49d63558b0 (patch) | |
| tree | c0530fbda67888a8857e5a08222ee6d19c41f260 /esp32/esp_project/components | |
| parent | 10325eaf40c80eb91f1c1eceea880c3abd54efd7 (diff) | |
| download | matrix_esp_thesis-4c72c6901e007414aebb4cb6534c1a49d63558b0.tar.gz matrix_esp_thesis-4c72c6901e007414aebb4cb6534c1a49d63558b0.zip | |
esp32 build, cli
Diffstat (limited to 'esp32/esp_project/components')
| -rw-r--r-- | esp32/esp_project/components/olm/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp32/esp_project/components/olm/CMakeLists.txt b/esp32/esp_project/components/olm/CMakeLists.txt index 8ce9b41..352ab9c 100644 --- a/esp32/esp_project/components/olm/CMakeLists.txt +++ b/esp32/esp_project/components/olm/CMakeLists.txt @@ -1,6 +1,6 @@ idf_component_register(SRCS
"../../../../ext/olm/src/account.cpp"
- "../../../../ext/olm/lib/crypto-algorithms/aes.c"
+ #"../../../../ext/olm/lib/crypto-algorithms/aes.c"
"../../../../ext/olm/src/base64.cpp"
"../../../../ext/olm/src/cipher.cpp"
"../../../../ext/olm/src/crypto.cpp"
|
