feat remove openssl dependency functions and add missing file to cmake (#52)

* feat: remove openssl dependency functions and add missing file to cmake

* chore: also build shared lib

* chore: also build shared for github ci

* chore: do not test shared libs in ci for the moment
This commit is contained in:
Steve Karg
2020-03-04 13:35:14 -06:00
committed by GitHub
parent 5ed135c441
commit bb5fafc06a
7 changed files with 240 additions and 534 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
rm -rf _build
mkdir _build
cd _build
cmake ..
make