mirror of
https://github.com/maxDcb/C2Core
synced 2026-06-08 15:48:01 +00:00
404 B
404 B
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 project’s 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