Lite3DReg / scripts /compile.sh
duanbotu123
Initial commit: add index.html
f6dd1c2
raw
history blame contribute delete
72 Bytes
cd ..
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4