1
0
Fork 0
forked from lthn/blockchain
blockchain/contrib/epee/tests/generate_vc_proj.bat
2018-12-27 18:50:45 +03:00

5 lines
No EOL
104 B
Batchfile

mkdir build
cd build
cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ../src
cd ..
pause