3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-17 15:39:27 +00:00
z3/src/smt/seq/CMakeLists.txt
Copilot e0ca916e23
refactor: move nielsen graph display/to_dot routines into seq_nielsen_pp.cpp (#9090)
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>
2026-03-22 17:44:22 -07:00

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
)