drogon/build.sh
2018-06-19 16:55:25 +08:00

7 lines
73 B
Bash
Executable File

#!/bin/sh
git submodule update --init
mkdir build
cd build
cmake ..
make