mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 02:42:02 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
e48474ec0e
1 changed files with 8 additions and 0 deletions
|
@ -34,6 +34,14 @@ add_executable(shell
|
||||||
# we don't want (I think).
|
# we don't want (I think).
|
||||||
${shell_object_files}
|
${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_install_tactic_rule(${shell_deps})
|
||||||
z3_add_memory_initializer_rule(${shell_deps})
|
z3_add_memory_initializer_rule(${shell_deps})
|
||||||
z3_add_gparams_register_modules_rule(${shell_deps})
|
z3_add_gparams_register_modules_rule(${shell_deps})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue