Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 542 Bytes

File metadata and controls

21 lines (14 loc) · 542 Bytes

Composite Comps

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.

Getting started

Prerequisites

Ensure you have the following installed:

  • CMake (version 3.15 or higher)
  • A compatible C++ compiler (e.g., GCC, Clang) with C++20 support

Build and Install

cmake -B build
cmake --build build [--parallel N]
cmake --install build