Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExternalLibrary

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.


Usage

  1. git submodule add https://github.com/ShanuPatel/ExternalLibrary.git ExternalLibrary
  2. git submodule update --init --recursive

Linking

Example for linking a package in CMake:

target_link_libraries(${LIB_NAME} PUBLIC Packages)

List of Libraries


About

Light weight OpenGL external dependency project made to easily incorporate the external library to the project for easy development for beginner using cmake

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages