mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 00:54:07 +00:00
Fix z3.pc file template (#4693)
This commit is contained in:
parent
8691ef1d4d
commit
ed44a44579
|
@ -1,12 +1,12 @@
|
||||||
prefix=@CMAKE_INSTALL_PREFIX@
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||||||
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
||||||
libdir=@CMAKE_INSTALL_LIBDIR@
|
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||||
sharedlibdir=@CMAKE_INSTALL_LIBDIR@
|
sharedlibdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||||
includedir=@CMAKE_INSTALL_INCLUDEDIR@
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||||
|
|
||||||
Name: z3
|
Name: z3
|
||||||
Description: The Z3 Theorem Prover
|
Description: The Z3 Theorem Prover
|
||||||
Version: @VERSION@
|
Version: @Z3_VERSION@
|
||||||
|
|
||||||
Requires:
|
Requires:
|
||||||
Libs: -L${libdir} -L${sharedlibdir} -lz3
|
Libs: -L${libdir} -L${sharedlibdir} -lz3
|
||||||
|
|
Loading…
Reference in a new issue