Libconfig is a simple library for processing structured configuration files.
I am developing a small simulation software that depends on two libraries, the GSL and the libconfig. As a build …
linker cmake libconfigI'm trying to build a game engine, and I've turned to libconfig to handle all my configuration needs. I'm in …
c++ compiler-errors linker undefined-reference libconfig