Skip to content

Instantly share code, notes, and snippets.

@KillerGoldFisch
Created September 1, 2021 15:16
Show Gist options
  • Save KillerGoldFisch/508af0f582a09cc5d45e8342ab02e9b5 to your computer and use it in GitHub Desktop.
Save KillerGoldFisch/508af0f582a09cc5d45e8342ab02e9b5 to your computer and use it in GitHub Desktop.
cmake batch with MAKE_TOOLCHAIN_FILE for vcpkg
@echo off
cmake -DCMAKE_TOOLCHAIN_FILE="%~dp0\vcpkg\scripts\buildsystems\vcpkg.cmake" %*
exit /b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment