https://github.com/Kitware/CMake
Raw File
Tip revision: 4a382aa8dd1201118d2c2fcc7e87732e665dffc8 authored by Kitware Robot on 17 July 2024, 04:01:10 UTC
CMake Nightly Date Stamp
Tip revision: 4a382aa
ispc-env.ps1
$pwdpath = $pwd.Path
& "$pwsh" -File ".gitlab/ci/ispc.ps1"
Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\ispc\bin;$env:PATH"
ispc --version
back to top