summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-08-15 06:06:28 -0500
committerGitHub <noreply@github.com>2020-08-15 06:06:28 -0500
commit3b230077d51c8445328f0b5d5ff94bbd988d1c83 (patch)
tree70d9eb305857c3c36d71cf42382bee7a6633b908 /src/CMakeLists.txt
parent42cd0a7bcbe993870d76d8cc9db7acc0a9ae70f9 (diff)
(proof-new) Add the strings proof checker (#4858)
It also adds enumeration for two new rules that have been recently added.
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 1f7f68289..1d54573e9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -748,6 +748,8 @@ libcvc4_add_sources(
theory/strings/inference_manager.h
theory/strings/normal_form.cpp
theory/strings/normal_form.h
+ theory/strings/proof_checker.cpp
+ theory/strings/proof_checker.h
theory/strings/regexp_elim.cpp
theory/strings/regexp_elim.h
theory/strings/regexp_entail.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback