Set vcpkg manifest to be used within all projects #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "eXploit/client:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR solves the following issue: #1
It sets all the projects to use vcpkg manifest and moves the manifest file one layer up to ensure every project in the solution can find it.
This way vcpkg.json serves as a central manifest for the entire solution.
I honestly can't think why it ended up in this way in the first place. Thank you so much for your good work!