An open API service indexing awesome lists of open source software.

https://github.com/jasperdrescher/hellovcpkg

An introduction to Vcpkg by using GLFW and Glad as dependencies for a C++ project based on CMake.
https://github.com/jasperdrescher/hellovcpkg

cmake cpp glad glfw vcpkg

Last synced: 9 months ago
JSON representation

An introduction to Vcpkg by using GLFW and Glad as dependencies for a C++ project based on CMake.

Awesome Lists containing this project

README

          

# HelloVcpkg

An introduction to Vcpkg by using GLFW and Glad as dependencies for a C++ project based on CMake.

# Usage
Run `Generate.bat` on Windows to generate a Visual Studio solution. Run `Build.bat` to build an executable after succesfuly generating the required Visual Studio solution and dependencies.