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