burritoOverflow / vcpkg-cmake-gl-example

Simple quickstart for vcpkg, cmake, glad, glfw.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLFW GLAD CMake Example w/ vcpkg

Uses vcpkg package manager for retrieving GLAD and GLFW

Requires VCPKG_ROOT to be set to the path of your vcpkg installation, as the configration requires the toolchain file.

configuring (requires ninja, as the name indicates):

 cmake --preset "vcpkg Default - Ninja"

build dir is set to default, i.e:

cmake --build build/default

About

Simple quickstart for vcpkg, cmake, glad, glfw.


Languages

Language:C++ 82.7%Language:CMake 17.3%