Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 349 Bytes

Learn OpenGL

To use vcpkg with cmake use the following command to generate the build configuration:

cmake -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake

Then use the follow to compile:

cmake --build build

Execute the built binary with:

./build/learnopengl