bb5fafc06a
* 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
8 lines
62 B
Bash
Executable File
8 lines
62 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf _build
|
|
mkdir _build
|
|
cd _build
|
|
cmake ..
|
|
make
|