summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-07-25 09:43:19 -0500
committerGitHub <noreply@github.com>2019-07-25 09:43:19 -0500
commit18d42bc7f76b5b144ec498d3b4d3e906224e629f (patch)
tree739103f85e160de6ba9464d43f52e3d0b47dc555 /src/CMakeLists.txt
parent9ab6fb41bc06883aa7d2071133291aff18466afd (diff)
Split infer info data structure in strings (#3107)
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 058e848d6..9da9bd603 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -630,6 +630,8 @@ libcvc4_add_sources(
theory/shared_terms_database.h
theory/sort_inference.cpp
theory/sort_inference.h
+ theory/strings/infer_info.cpp
+ theory/strings/infer_info.h
theory/strings/inference_manager.cpp
theory/strings/inference_manager.h
theory/strings/normal_form.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback