mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 04:56:03 +00:00
13 lines
267 B
PkgConfig
13 lines
267 B
PkgConfig
prefix=/usr/local
|
|
exec_prefix=/usr/local
|
|
libdir=${exec_prefix}/lib
|
|
sharedlibdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: z3
|
|
Description: The Z3 Theorem Prover
|
|
Version: 4.15.4.0
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -L${sharedlibdir} -lz3
|
|
Cflags: -I${includedir}
|