mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
Add pkg-config file (#4368)
* Add pkg-config file * Copy z3.cmake.in to the Docker for CI
This commit is contained in:
parent
1729232254
commit
7e84a48069
3 changed files with 23 additions and 1 deletions
13
z3.pc.cmake.in
Normal file
13
z3.pc.cmake.in
Normal file
|
@ -0,0 +1,13 @@
|
|||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
||||
libdir=@CMAKE_INSTALL_LIBDIR@
|
||||
sharedlibdir=@CMAKE_INSTALL_LIBDIR@
|
||||
includedir=@CMAKE_INSTALL_INCLUDEDIR@
|
||||
|
||||
Name: z3
|
||||
Description: The Z3 Theorem Prover
|
||||
Version: @VERSION@
|
||||
|
||||
Requires:
|
||||
Libs: -L${libdir} -L${sharedlibdir} -lz3
|
||||
Cflags: -I${includedir}
|
Loading…
Add table
Add a link
Reference in a new issue