mirror of
https://github.com/Unidata/netcdf-cxx4.git
synced 2024-11-21 03:13:46 +08:00
030c72b13c
* Using @libdir@ instead of hardcoding .../lib allows mor flexibility for downstream projects * Projects need to link against libnetcdf in addition Signed-off-by: Justin Lecher <jlec@gentoo.org>
14 lines
267 B
PkgConfig
14 lines
267 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
ccompiler=@CC@
|
|
cppcompiler=@CXX@
|
|
|
|
Name: @PACKAGE@
|
|
Description: NetCDF C++ Client Library
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} @NC_LIBS@
|
|
Cflags: -I${includedir}
|
|
Requires: netcdf
|