summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-26 20:33:03 -0700
committerGitHub <noreply@github.com>2021-04-27 03:33:03 +0000
commitbaeb7af81166d709bfbbc7b8da13ac238c1e9579 (patch)
tree7688777d44e3a0ac5b6652de132624a3e9026b17 /src/CMakeLists.txt
parent23df1d5ed33207880f15f73b5e86580ac056e4ef (diff)
Bool: Move implementation of type rules to cpp. (#6420)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 95fa90fe3..c03c2d591 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -498,6 +498,7 @@ libcvc5_add_sources(
theory/booleans/theory_bool.h
theory/booleans/theory_bool_rewriter.cpp
theory/booleans/theory_bool_rewriter.h
+ theory/booleans/theory_bool_type_rules.cpp
theory/booleans/theory_bool_type_rules.h
theory/booleans/type_enumerator.h
theory/builtin/proof_checker.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback