cmake 编译脚本

#!/bin/sh
test -d build || mkdir -p build
cd build
cmake ..
makeui

相关文章
相关标签/搜索