mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
rename version.h to z3_version.h to differentiate name in install include directory. Add support for z3_version.h in python build system. #1833
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
38c6429184
commit
0c4754d94b
8 changed files with 10 additions and 9 deletions
|
@ -10,7 +10,7 @@ from mk_util import *
|
|||
# Z3 Project definition
|
||||
def init_project_def():
|
||||
set_version(4, 8, 0, 0)
|
||||
add_lib('util', [])
|
||||
add_lib('util', [], includes2install = ['z3_version.h'])
|
||||
add_lib('polynomial', ['util'], 'math/polynomial')
|
||||
add_lib('sat', ['util'])
|
||||
add_lib('nlsat', ['polynomial', 'sat'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue