Integration Overview¶
arrp is a header-only library designed for quick integration into modern C++ build systems and project setups.
Integration Methods¶
CMake Integration
Incorporate arrp seamlessly into CMake projects using FetchContent or find_package with the imported target arrp::arrp.
Package Managers & Headers
Install via NuGet for MSBuild/Visual Studio workflows or include headers directly in your project include paths.
Quick Reference¶
| Method | Target / Include | Command / Configuration |
|---|---|---|
| CMake FetchContent | arrp::arrp |
FetchContent_Declare(arrp ...) |
| NuGet Package | SiddiqSoft.arrp |
nuget install SiddiqSoft.arrp |
| Manual Header | #include <siddiqsoft/arrp.hpp> |
Add include/ directory to compiler include paths |