vid/bin/cmake.cmd

4 lines
128 B
Batchfile
Raw Permalink Normal View History

2022-02-27 15:24:37 +08:00
@echo off
2022-03-05 13:13:49 +08:00
where cmake.exe >nul 2>nul
if errorlevel 1 call choco install cmake -y & call %~dp0\v-choco-refreshenv
cmake.exe %*