5 lines
54 B
Batchfile
5 lines
54 B
Batchfile
@echo off
|
|
mkdir build
|
|
cd build
|
|
cmake .. -A Win32
|
|
pause |