axmol/template/multi-platform-cpp/proj.linux/build.sh

7 lines
52 B
Bash
Raw Normal View History

2013-12-26 10:22:39 +08:00
#!/bin/bash
mkdir build
cd build
cmake ../..
make