Chris Dourisdigitalcreations.hashnode.dev·Mar 12, 2024Day 34/100 100 Days of CodeToday I learned how to use VCPKG with CMake without the help of Clion. I also saw a video on a complete CMake setup that uses VCPKG.100 Days of Code100DaysOfCode
Victor Makvictormak.hashnode.dev·Mar 11, 2024Mini Guide to Package management with CMake and Vcpkg for C++ applications on WindowsAuthor : Victor MakCreated Date : 11th March, 2024 Package management in high level languages like Python and Javascript is a breeze. All you have to do is to run a very simple command like: npm install some-package or pip install django, and you can...1 like·27 readsCpp Tutorial