configure 78 B

12345678910
  1. #!/bin/bash
  2. # abort on errors
  3. set -e
  4. mkdir -p build
  5. cd build
  6. cmake .. "$@"