summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-08-03 13:42:17 -0500
committerGitHub <noreply@github.com>2020-08-03 13:42:17 -0500
commitecc9fca138bcaee5a96e160e59a67e75e9247cab (patch)
tree5a1ee83f204254ff72da2fcd6f1971e1ae3bc83d /src/CMakeLists.txt
parent5a3569cbeba6c53c157f4fb8e88016c5a501cafb (diff)
Split expression names from SmtEngine (#4832)
Towards splitting SmtEngine / deleting SmtEnginePrivate.
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 61261afe4..17c4a26f5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -230,6 +230,8 @@ libcvc4_add_sources(
smt/dump.h
smt/dump_manager.cpp
smt/dump_manager.h
+ smt/expr_names.cpp
+ smt/expr_names.h
smt/listeners.cpp
smt/listeners.h
smt/logic_exception.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback