3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-07 08:21:56 +00:00

move more converters

This commit is contained in:
Nikolaj Bjorner 2022-11-03 20:18:21 -07:00
parent 06eb460c75
commit 25bb935793
9 changed files with 9 additions and 9 deletions

View file

@ -1,8 +1,10 @@
z3_add_component(converters
SOURCES
equiv_proof_converter.cpp
generic_model_converter.cpp
model_converter.cpp
proof_converter.cpp
generic_model_converter.cpp
replace_proof_converter.cpp
COMPONENT_DEPENDENCIES
model
)