Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stb

This repo has the CMakeLists.txt for stb single header libraries which I generally use for my personal projects
to avoid the same boiler plate and so that I can directly vendor these set of libraries as a git submodule.

Here is the original repo: Link The license of the original work is here

As for the custom CMakeLists.txt:

  • The library is a static library
  • It can be used for either C or C++ projects
  • Only these set of single header libraries are included as of now:
    • stb_image.h
    • stb_image_write.h
    • stb_truetype.h
    • stb_perlin.h
  • In CMake, the name of the project is simply stb

About

Single header libraries for C/C++

Resources

Stars

Watchers

Forks

Contributors

Languages