Created
September 1, 2021 15:16
-
-
Save KillerGoldFisch/508af0f582a09cc5d45e8342ab02e9b5 to your computer and use it in GitHub Desktop.
cmake batch with MAKE_TOOLCHAIN_FILE for vcpkg
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 | |
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