Skip to content

jojanper/cmake-starter

Repository files navigation

CMake starter project

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.

Quickstart

Build code

sh ./build.sh Release