My guess is create an C++ Code::Block project then add the example/test code for the library to it.
Then I would add the library source files to the project starting with the C++ library and header files as needed to get rid of the build errors.
But, the above is only valid if you are using GCC directly instead of using an Arduino framework/build system.
If you are using an Arduino build system I would suggest asking on a website supporting the Arduino build system.
Tim S.