Update CMakeLists.txt for cross-platform compatibility and improve build scripts

- Add cross-platform support for Windows (vcpkg) and Linux (system packages)
- Improve dependency handling for cryptopp and nlohmann-json
- Update build scripts for better release management
- Enhance CHANGELOG.md with latest version information
This commit is contained in:
mbusc
2025-08-28 21:29:16 +02:00
parent 5493c0dcf3
commit 4add1edd11
6 changed files with 6 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
- **IMPROVED**: Enhanced build documentation with platform-specific instructions
- **IMPROVED**: Better project structure and organization
s## v0.1.1.3 (2025-08-28)
## v0.1.1.3 (2025-08-28)
### New Features
- **File Upload Functionality**: New `upload_file()` function added