1
0
Fork 0
forked from lthn/blockchain
blockchain/contrib/epee/tests/generate_vc_proj.bat

5 lines
104 B
Batchfile
Raw Normal View History

2018-12-27 18:50:45 +03:00
mkdir build
cd build
cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ../src
cd ..
pause