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

@ -31,3 +31,4 @@ Get-ChildItem -LiteralPath $OutDir -File | Format-Table Name,Length -AutoSize

View File

@ -36,3 +36,4 @@ Get-ChildItem -LiteralPath $BinDir -File | ForEach-Object {

View File

@ -44,3 +44,4 @@ if ($resp.StatusCode -ge 200 -and $resp.StatusCode -lt 300) {

View File

@ -46,3 +46,4 @@ foreach ($f in $files) {

View File

@ -77,3 +77,4 @@ Write-Host 'Release notes updated with links.'