vid/bin/cmake.cmd

4 lines
128 B
Batchfile

@echo off
where cmake.exe >nul 2>nul
if errorlevel 1 call choco install cmake -y & call %~dp0\v-choco-refreshenv
cmake.exe %*