mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 09:04:07 +00:00
14 lines
309 B
CMake
14 lines
309 B
CMake
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}
|