forked from qt-creator/qt-creator
Previously this folder didn't exist, but now it's better to have them all in one place. Change-Id: Ib8a2f24157a34e817e653929d01dfc9675f1c019 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Test for the CMake auto-setup package manager with a vcpkg setup.
Setting vcpkg is as easy as:
git clone https://github.com/microsoft/vcpkg
.\vcpkg\bootstrap-vcpkg.bat
Then you need to have vcpkg in the PATH environment variable.
(PATH=${PATH};c:\projects\vcpkg in Preferences -> Environment)