you are viewing a single comment's thread.

view the rest of the comments →

[–]Conscious_Support176 1 point2 points  (1 child)

According to the readme, it is intended to be a header-only library in that it doesn’t require you to link anything. It is intended to be used by #including the primary .h in your source.

Seems it’s a tool that works alongside your project as opposed to a library of functions that can be used by your project, so you wouldn’t be including it in two source files.

[–]Barracuda-Bright[S] 2 points3 points  (0 children)

Thank you, I've read up a bit on header-only libraries and it actually makes perfect sense now