Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 283 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 283 Bytes

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>