From c284d505faac8711f83a0db73435ee6fb884dd87 Mon Sep 17 00:00:00 2001 From: Franz Anthony Varela Date: Thu, 22 Aug 2019 09:21:14 -0700 Subject: [PATCH] vcpkg reduces a lot of the hassle having to go through all of the VS project properties and manually having to make sure everything is correct for the build, and raylib is a package that can be found in vcpkg, so might as well use it! --- Create-Visual-Studio-Project.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Create-Visual-Studio-Project.md b/Create-Visual-Studio-Project.md index 5259001..3f38dd8 100644 --- a/Create-Visual-Studio-Project.md +++ b/Create-Visual-Studio-Project.md @@ -22,4 +22,6 @@ Assuming you are using **Visual Studio 2017** and you downloaded raylib from **g 7. Apply the changes and press **Ctrl + Shift + B** for start building your solution. +** Alternatively, you can use vcpkg (https://github.com/microsoft/vcpkg) to automatically link the library for you when you include the header ** + **Note:** it may be required building **raylib.lib** file for your specific **Visual Studio** version, you can do this with pre-configured [Visual Studio project templates](https://github.com/raysan5/raylib/tree/master/projects/). \ No newline at end of file