This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set __SOURCE_PATH=%~dp0 | |
set __SOURCE_PATH=%__SOURCE_PATH:~0,-1% | |
for /f %%i in ('where vcpkg.exe') do ( | |
set __SCRIPT_PATH=%%~dpiscripts | |
goto :script_found | |
) | |
echo Could not find executable: vcpkg.exe |