summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-03-15 13:53:33 -0500
committerGitHub <noreply@github.com>2021-03-15 18:53:33 +0000
commit6cbb7824dabd7ab8e85472a22ba30ad2498afebc (patch)
treee7630c8f7c5598e95e47458e1eb3026b8be537ce /src/CMakeLists.txt
parent2ecd897cc1db7153aa63b5caffc0123fc79c8059 (diff)
Split inst match generator class to own file (#6125)
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 e65e06da3..042969884 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -669,6 +669,8 @@ libcvc4_add_sources(
theory/quantifiers/ematching/candidate_generator.h
theory/quantifiers/ematching/ho_trigger.cpp
theory/quantifiers/ematching/ho_trigger.h
+ theory/quantifiers/ematching/im_generator.cpp
+ theory/quantifiers/ematching/im_generator.h
theory/quantifiers/ematching/inst_match_generator.cpp
theory/quantifiers/ematching/inst_match_generator.h
theory/quantifiers/ematching/inst_match_generator_multi.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback