docs: Update 3 files
All checks were successful
dropshell-build multiarch / build (linux/amd64) (push) Successful in 4m57s
dropshell-build multiarch / build (linux/arm64) (push) Successful in 11m27s
dropshell-build multiarch / create-manifest (push) Successful in 13s

This commit is contained in:
Your Name
2025-06-29 19:01:08 +12:00
parent f20d9362ed
commit 570c8186ac
3 changed files with 78 additions and 86 deletions

View File

@ -52,6 +52,9 @@ Two HTTP client approaches are available:
**Simple approach (recommended for new base images):**
```cmake
# Add module path for FindCPRStatic
list(APPEND CMAKE_MODULE_PATH "/usr/local/share/cmake/Modules")
find_package(nlohmann_json REQUIRED)
find_package(CPRStatic REQUIRED)