docs: Update 3 files
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user