@echo off mkdir build cd build cmake -DBUILD_MODE=Tests .. cmake --build . --config Release