mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
Create VERSION.txt and update CMakeLists.txt to read version from file
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
886b5e501a
commit
4e51949669
1611 changed files with 283331 additions and 1 deletions
13
test-cmake/z3.pc
Normal file
13
test-cmake/z3.pc
Normal file
|
@ -0,0 +1,13 @@
|
|||
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}
|
Loading…
Add table
Add a link
Reference in a new issue