Release v0.1.5.4 prepare for release

This commit is contained in:
2025-08-29 12:08:10 +02:00
parent a173c99015
commit 47b36588d3
371 changed files with 84993 additions and 30 deletions

View File

@@ -0,0 +1,15 @@
prefix=${pcfiledir}/../..
# Crypto++ package configuration file
libdir=${prefix}/lib
includedir=${prefix}/include
datadir=${prefix}/share/cryptopp
Name: Crypto++
URL: https://cryptopp.com/
Description: Crypto++ cryptographic library (built with CMake)
Version: 8.9.0
Libs: "-L${libdir}" -lcryptopp
Cflags: "-I${includedir}"