summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-07-01 16:02:18 -0500
committerGitHub <noreply@github.com>2019-07-01 16:02:18 -0500
commitc365521b91520cf05739c7df6f2ae99f273c98d4 (patch)
treea189a657a19405f6ed7bc875fbc0423ba1b09ff7 /src/CMakeLists.txt
parent084ccdd6f05781decad5f9faee60249216183ce5 (diff)
Split higher-order UF solver (#2890)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f79c82d49..3b0e14976 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -667,6 +667,8 @@ libcvc4_add_sources(
theory/uf/equality_engine.cpp
theory/uf/equality_engine.h
theory/uf/equality_engine_types.h
+ theory/uf/ho_extension.cpp
+ theory/uf/ho_extension.h
theory/uf/symmetry_breaker.cpp
theory/uf/symmetry_breaker.h
theory/uf/theory_uf.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback