4 lines
69 B
Batchfile
4 lines
69 B
Batchfile
|
mkdir build-real
|
||
|
cd build-real
|
||
|
cmake ..\.. -G"Visual Studio 10"
|
||
|
pause
|