yuenshome / yuenshome.github.io

https://yuenshome.github.io
MIT License
84 stars 15 forks source link

cmake 实际编译命令 #139

Open ysh329 opened 2 years ago

ysh329 commented 2 years ago
rm -rf build

mkdir build
cmake -S . -B build/
cmake --build build --verbose
cd build
make install