A lightweight OpenGL external dependency setup that makes using OpenGL with CMake simple and beginner-friendly. This project helps you quickly integrate common libraries and focus on learning and building, not fighting build systems.
- git submodule add https://github.com/ShanuPatel/ExternalLibrary.git ExternalLibrary
- git submodule update --init --recursive
Example for linking a package in CMake:
target_link_libraries(${LIB_NAME} PUBLIC Packages)