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.
Configure the Build
Choose the supported test, demo, precompiled-header, namespace, developer, and unity-build settings.
Install the Static Library
Build and install Core into a prefix, then consume the package through find_package().