mirror of
https://github.com/kspalaiologos/bzip3.git
synced 2025-09-20 22:22:02 +03:00
* 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.
13 lines
297 B
PkgConfig
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@
|