@echo off mkdir .\build cd build cmake -DBUILD_MODE=Engine .. cmake --build . --config Release pause