Files
geant4/cmake/Templates/geant4-config-cmd.in
T
2021-06-25 16:12:29 +02:00

9 lines
144 B
Plaintext

@echo off
rem
rem Self locate script when sourced
setlocal
for /F %%i in ("%~dp0.") do set BINDIR=%%~fi
pushd %BINDIR%
sh geant4-config %*
popd