The previous approach did not work...
Needed to split off the userFcn part from libPMusr to be able to provide a shared library of it (under Cygwin).
This commit is contained in:
10
src/classes/PUserFcnBase.pc.in
Normal file
10
src/classes/PUserFcnBase.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
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}
|
||||
Reference in New Issue
Block a user