
Needed to split off the userFcn part from libPMusr to be able to provide a shared library of it (under Cygwin).
11 lines
275 B
PkgConfig
11 lines
275 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: PUserFcnBase
|
|
Description: C++ shared library providing the user-function interface for musrfit
|
|
Version: @MUSR_VERSION@
|
|
Libs: -L${libdir} -l@USERFCN_LIBRARY_NAME@
|
|
Cflags: -I${includedir}
|