diff options
| author | Patrick | 2023-06-29 07:12:19 +0200 |
|---|---|---|
| committer | Patrick | 2023-06-29 07:12:19 +0200 |
| commit | a8515e0eed66fa9d48297d4d5b2176ca564193ce (patch) | |
| tree | 64c10a000b5f88ba7b13171b28ef59641f46b461 /Makefile | |
| parent | 9826729ea9eb492b0b25c52b934d9f1283bb70dd (diff) | |
| download | matrix_esp_thesis-a8515e0eed66fa9d48297d4d5b2176ca564193ce.tar.gz matrix_esp_thesis-a8515e0eed66fa9d48297d4d5b2176ca564193ce.zip | |
add libolm.a to Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -26,4 +26,9 @@ out/examples/%: examples/%.c src/* .PHONY: examples
-examples: out/examples/Login out/examples/Send out/examples/SendEncrypted out/examples/Sync
\ No newline at end of file +examples: out/examples/Login out/examples/Send out/examples/SendEncrypted out/examples/Sync
+
+out/olm/libolm.a:
+ cd out/olm
+ cmake -DBUILD_SHARED_LIBS=OFF -DOLM_TESTS=OFF ../../ext/olm
+ cmake --build .
\ No newline at end of file |
