mirror of
https://github.com/Z3Prover/z3
synced 2026-05-17 15:39:27 +00:00
Agent-Logs-Url: https://github.com/Z3Prover/z3/sessions/c2457bcf-85f0-4ad7-9ff1-d394f4315698 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
11 lines
181 B
CMake
11 lines
181 B
CMake
z3_add_component(smt_seq
|
|
SOURCES
|
|
seq_regex.cpp
|
|
seq_state.cpp
|
|
seq_parikh.cpp
|
|
seq_nielsen.cpp
|
|
seq_nielsen_pp.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
euf
|
|
rewriter
|
|
)
|