6 lines
92 B
Batchfile
6 lines
92 B
Batchfile
@echo off
|
|
mkdir build
|
|
cd build
|
|
cmake -DBUILD_MODE=Tests ..
|
|
cmake --build . --config Release
|