guybrush77 / rapidobj

A fast, header-only, C++17 library for parsing Wavefront .obj files.
MIT License
159 stars 14 forks source link

Add pkg-config file #1

Closed otreblan closed 2 years ago

otreblan commented 2 years ago
g++ foo.cpp $(pkg-config --cflags --libs RapidObj)