CMake starter. Project creates static and shared library as separate packages. The library sources are defined src/lib
folder. Simple test app is available in src/app
and src/tests
includes library unit tests. The unit tests are built on top of GoogleTest which is included as external CMake project, see here for details.
sh ./build.sh Release