summaryrefslogtreecommitdiff
path: root/src/expr/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-11-05 14:12:43 -0600
committerGitHub <noreply@github.com>2019-11-05 14:12:43 -0600
commit911d570a2546a6c90387500f7fa6b1dc3eb045be (patch)
treebfaf47d0ff93a54be46e67876384cecb19ecbde5 /src/expr/CMakeLists.txt
parentb700c01ac0e2cf5fcf3e41ade49f36e0fbc7a2bc (diff)
Refactor type matcher utility (#3439)
Diffstat (limited to 'src/expr/CMakeLists.txt')
-rw-r--r--src/expr/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expr/CMakeLists.txt b/src/expr/CMakeLists.txt
index cae23054c..479b28cfb 100644
--- a/src/expr/CMakeLists.txt
+++ b/src/expr/CMakeLists.txt
@@ -15,7 +15,6 @@ libcvc4_add_sources(
expr_manager_scope.h
expr_stream.h
kind_map.h
- matcher.h
match_trie.cpp
match_trie.h
node.cpp
@@ -40,6 +39,8 @@ libcvc4_add_sources(
type.cpp
type.h
type_checker.h
+ type_matcher.cpp
+ type_matcher.h
type_node.cpp
type_node.h
variable_type_map.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback