unplugged-vendor/external/cn-cbor/build.sh

6 lines
87 B
Bash
Raw Normal View History

#!/bin/sh
if [ ! -d "build" ]; then
mkdir build
fi
cd build && cmake .. && make $*