This repo contains a collection of components built for the composite framework. It also comes with headers that are used across the various components in this repo.
Ensure you have the following installed:
- CMake (version 3.15 or higher)
- A compatible C++ compiler (e.g., GCC, Clang) with C++20 support
cmake -B build
cmake --build build [--parallel N]
cmake --install build