summaryrefslogtreecommitdiffstats
path: root/libtommath/libtommath.pc.in
blob: 7ce50fd102c0faeb191a6ca326c0d0bc0feadcb5 (plain)
1
2
3
4
5
6
7
8
9
prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@

Name: LibTomMath
Description: public domain library for manipulating large integer numbers
Version: @PROJECT_VERSION@
Libs: -L${libdir} -ltommath
Cflags: -I${includedir}