BrunoLevy / geogram

a programming library with geometric algorithms
Other
1.87k stars 128 forks source link

Use internal linkage for symbols from stb_image.h #20

Closed p12tic closed 2 years ago

p12tic commented 2 years ago

This makes it possible to link geogram statically into an executable with another static library that includes stb_image.h without hiding its symbols.