cmake 編譯腳本

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

相關文章
相關標籤/搜索