1 2 3 4 5 6 7 8
#!/bin/bash set -e mkdir -p examples/build cd examples/build cmake .. cmake --build .