libs-base/Source/gnustep-base.pc.in
Frederik Carlier 07d17a16a7 Generate pkg-config configuration file for libs-base
This commit generates a `gnustep-base.pc` file which is installed in `/lib/pkgconfig` and contains the GNUstep base version number, the libraries to link (equivalent to `gnustep-config --base-libs`) with and the C flags to use (equivalent to `gnustep-config --objc-flags`).
2024-03-30 15:56:22 +00:00

6 lines
224 B
PkgConfig

Name: gnustep-base
Description: The GNUstep Base Library is a library of general-purpose, non-graphical Objective C objects.
Version: @VERSION@
URL: https://github.com/gnustep/libs-base/
Libs: @BASELIBS@
Cflags: @BASEFLAGS@