build.sh 71 B

123456
  1. #!/bin/bash
  2. mkdir -p build build/bin build/lib
  3. cd build
  4. cmake ..
  5. make