]> gitweb.ps.run Git - matrix_esp_thesis/blobdiff - Makefile
add libolm.a to Makefile
[matrix_esp_thesis] / Makefile
index 8197ee5b4ffdd60824214a7383d44cb87b54b06b..bfcb1dec63e1705ef42f59c9a3a8842b85fcc77d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,4 +26,9 @@ out/examples/%: examples/%.c src/*
 \r
 .PHONY: examples\r
 \r
-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\r
+\r
+out/olm/libolm.a:\r
+       cd out/olm\r
+       cmake -DBUILD_SHARED_LIBS=OFF -DOLM_TESTS=OFF ../../ext/olm\r
+       cmake --build .
\ No newline at end of file