CoolLibs / glpp-extended

A high-level wrapper for OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ObjectsGL

Including

To add this library to your project, simply add these two lines to your CMakeLists.txt:

add_subdirectory(path/to/glpp)
target_link_libraries(${PROJECT_NAME} PRIVATE glpp::extended)

Then include it as:

#include <glpp/extended.hpp>

About

A high-level wrapper for OpenGL

License:Boost Software License 1.0


Languages

Language:C++ 93.7%Language:CMake 6.3%