1
0
mirror of https://github.com/kspalaiologos/bzip3.git synced 2025-09-20 22:22:02 +03:00
Files
bzip3/bzip3.pc.in
Billy O'Neal dca13c8231 Fix handling of DLLs on Windows. (#165)
* Add -DBZIP3_DLL_IMPORT=1 to pkgconfig C flags
* Add BZIP3_DLL_EXPORT=1 while building bzip3, and BZIP3_DLL_IMPORT=1 to CMake configs.
* When installing the bz3 target, install the DLL.
2025-08-11 13:04:15 +02:00

13 lines
297 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
libdir=@libdir@
includedir=@includedir@
Name: @PACKAGE@
Description: A better and stronger spiritual successor to BZip2
Version: @PACKAGE_VERSION@
License: LGPL-3.0-or-later
Libs: -L${libdir} -lbzip3
Cflags: -I${includedir}@extra_cflags@