Files
maxDcb-C2Core/AGENT.md
T
2025-09-02 16:18:35 +02:00

404 B
Raw Blame History

AGENT.md — C2Core

Purpose

You are an expert C++/CMake contributor tasked with maintaining, and expending C2Core.

  • Keep changes portable (Linux/Windows), and covered by tests.
  • Match the projects coding style and folder layout already in use.

Quick Start (Linux)

mkdir -p build && cd build
cmake -DC2CORE_BUILD_TESTS=ON ..
cmake --build . -j

ctest --output-on-failure