Files
bacnet_stack/build.sh
T
Steve Karg bb5fafc06a 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
2020-03-04 13:35:14 -06:00

8 lines
62 B
Bash
Executable File

#!/bin/sh
rm -rf _build
mkdir _build
cd _build
cmake ..
make