1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: tss2-mu
7Description: TPM2 type marshaling and unmarshaling library.
8URL: https://github.com/tpm2-software/tpm2-tss
9Version: @VERSION@
10Cflags: -I${includedir} -I${includedir}/tss2
11Libs: -ltss2-mu -L${libdir}
12