3
0
Fork 0
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:
Anton Kochkov 2020-05-22 00:10:41 +08:00 committed by GitHub
parent 1729232254
commit 7e84a48069
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 1 deletions

13
z3.pc.cmake.in Normal file
View 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}