Added Doxygen to Windows MinGW build

This commit is contained in:
thunder2 2022-06-23 22:09:15 +02:00
parent c280d030aa
commit 4cba9815f8
2 changed files with 19 additions and 0 deletions

View file

@ -28,6 +28,9 @@ if errorlevel 1 exit /B %ERRORLEVEL%
set PATH=%EnvToolsPath%\MinGit\cmd;%EnvToolsPath%\cmake\bin;%PATH%
set HOME=%EnvToolsPath%\MinGit\home
:: Add Doxygen to PATH
set PATH=%EnvToolsPath%\doxygen;%PATH%
exit /B 0
:error_env