Integration Overview¶
AzureCppUtils is a modern, header-only C++23 library. Integrating it into your C++ project is fast and straightforward.
Integration Methods¶
| Method | Best For | Link |
|---|---|---|
| CPM.cmake | Modern CMake projects with automatic dependency management | CMake & CPM Guide |
| FetchContent | Standard CMake 3.14+ projects without external scripts | FetchContent Guide |
| NuGet | Visual Studio & MSBuild C++ projects on Windows | Package Managers Guide |
| Direct Copy / Submodule | Embedded builds or vendored dependencies | Header Inclusion |