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.
- Host: GitHub
- URL: https://github.com/jasperdrescher/hellovcpkg
- Owner: jasperdrescher
- License: mit
- Created: 2023-04-23T22:07:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T13:06:06.000Z (over 2 years ago)
- Last Synced: 2025-01-13T04:42:19.611Z (11 months ago)
- Topics: cmake, cpp, glad, glfw, vcpkg
- Language: CMake
- Homepage: https://vcpkg.io/en/
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.