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