mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
e48474ec0e
|
@ -34,6 +34,14 @@ add_executable(shell
|
|||
# we don't want (I think).
|
||||
${shell_object_files}
|
||||
)
|
||||
|
||||
set_target_properties(shell PROPERTIES
|
||||
# Position independent code needed in shared libraries
|
||||
POSITION_INDEPENDENT_CODE ON
|
||||
# Symbol visibility
|
||||
CXX_VISIBILITY_PRESET hidden
|
||||
VISIBILITY_INLINES_HIDDEN ON)
|
||||
|
||||
z3_add_install_tactic_rule(${shell_deps})
|
||||
z3_add_memory_initializer_rule(${shell_deps})
|
||||
z3_add_gparams_register_modules_rule(${shell_deps})
|
||||
|
|
Loading…
Reference in a new issue