@echo off cd build cmake -DBUILD_MODE=All .. cmake --build . --config Release pause