File size: 107 Bytes
1cf2abd
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/usr/bin/env sh

set -eu
cd "$(dirname "$0")"
cd ..

cmake -B build
cmake --build build --config Release