20 Star 60 Fork 12

brinkqiang / dmlua

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.bat 177 Bytes
Copy Edit Raw Blame History
brinkqiang authored 2022-09-24 19:09 . add
rmdir /S /Q build
mkdir build
pushd build
cmake -A x64 -DCMAKE_BUILD_TYPE=relwithdebinfo ..
cmake --build . --config relwithdebinfo -- /m:%NUMBER_OF_PROCESSORS%
popd
rem pause
C++
1
https://gitee.com/brinkqiang/dmlua.git
git@gitee.com:brinkqiang/dmlua.git
brinkqiang
dmlua
dmlua
master

Search