5 lines
71 B
Batchfile
5 lines
71 B
Batchfile
@echo off
|
|
mkdir build
|
|
cd build
|
|
cmake -DBUILD_MODE=All .. -A Win32
|
|
pause |