rbdlsim/3rdparty/tracy/vcpkg/install_vcpkg_dependencies.bat

11 lines
332 B
Batchfile
Raw Normal View History

2021-08-06 12:10:32 +02:00
@echo off
REM get vcpkg distribution
if not exist vcpkg git clone https://github.com/Microsoft/vcpkg.git
REM build vcpkg
if not exist vcpkg\vcpkg.exe call vcpkg\bootstrap-vcpkg.bat -disableMetrics
REM install required packages
vcpkg\vcpkg.exe install --triplet x64-windows-static freetype glfw3 capstone[arm,arm64,x86]