diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-27 20:54:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-27 20:54:34 (GMT) |
commit | 471032ae680a0582e9d1475ae13079ce86e4ac34 (patch) | |
tree | 5e60564479598e0ad6b6320789acbfb39807e48c /libtommath/libtommath.pc.in | |
parent | b31857f4b154b6ee2870deccbe42395fe4351b24 (diff) | |
download | tcl-471032ae680a0582e9d1475ae13079ce86e4ac34.zip tcl-471032ae680a0582e9d1475ae13079ce86e4ac34.tar.gz tcl-471032ae680a0582e9d1475ae13079ce86e4ac34.tar.bz2 |
Libtommath 1.3
Diffstat (limited to 'libtommath/libtommath.pc.in')
-rw-r--r-- | libtommath/libtommath.pc.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libtommath/libtommath.pc.in b/libtommath/libtommath.pc.in index 099b1cd..7ce50fd 100644 --- a/libtommath/libtommath.pc.in +++ b/libtommath/libtommath.pc.in @@ -1,10 +1,9 @@ -prefix=@to-be-replaced@ -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include +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: @to-be-replaced@ +Version: @PROJECT_VERSION@ Libs: -L${libdir} -ltommath Cflags: -I${includedir} |