Usage

Erbsland Core is a static foundation library that can be built with your source tree or installed as a CMake package. Source integration through a pinned Git submodule is our recommended way for any project.

Integrate as a Git Submodule

Place Core below erbsland/core, aggregate Erbsland Core libraries in one CMake directory, and configure executables with Core’s application setup helper.

Integrate Core as a Git Submodule
Configure the Build

Choose the supported test, demo, precompiled-header, namespace, developer, and unity-build settings.

Configure the Core Build
Install the Static Library

Build and install Core into a prefix, then consume the package through find_package().

Install Core as a Static Library