mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
7 lines
103 B
Batchfile
7 lines
103 B
Batchfile
mkdir build
|
|
|
|
cd build
|
|
|
|
cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ..
|
|
cd ..
|
|
pause
|