diff --git a/win/run-cmake.bat b/win/run-cmake.bat index f4836e1ac1..9368cbf5db 100755 --- a/win/run-cmake.bat +++ b/win/run-cmake.bat @@ -16,6 +16,11 @@ :: along with this program. If not, see . :: :: :: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: +:: +:: Example usage: +:: run-cmake.bat vs2022-x64 +:: run-cmake.bat vs2022-x64 -DGLTF_SUPPORT=ON -DHDF5_SUPPORT=OFF + @if not defined ECHO_ON ( echo off ) echo.