mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
12 lines
360 B
PkgConfig
12 lines
360 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Mutom Library (INFN)
|
|
Description: Library for Muon Tomography experiments.
|
|
Requires: eigen3
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lmutom-0.2 -lboost_program_options
|
|
Cflags: -I${includedir}/libmutom-@PACKAGE_VERSION@ -I${libdir}/libmutom-@PACKAGE_VERSION@/include
|