build
CommunityBuild the C++ backend with CMake.
AuthorAlexandrePrevot
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Automates configuring, building, and optionally testing the OrderParserProcessor C++ backend using CMake, reducing manual steps and ensuring consistent builds.
Core Features & Use Cases
- Standard Build: Configure and build with a single sequence: cmake -B build followed by cmake --build build.
- Build with Tests: Enable tests with -DBUILD_TESTS=ON and build.
- Clean Rebuild: Remove the build directory and start fresh.
- Parallel Build: Use -jN for faster builds.
- ANTLR Handling: CMake handles ANTLR file generation from .g4 grammars automatically.
Quick Start
Set ORDER_PARSER_PROCESSOR_ROOT and ANTLR_VERSION, then run:
- cmake -B build
- cmake --build build Optional: enable tests with -DBUILD_TESTS=ON and rebuild.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: build Download link: https://github.com/AlexandrePrevot/OrderParserProcessor/archive/main.zip#build Please download this .zip file, extract it, and install it in the .claude/skills/ directory.