summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-08-19 13:48:42 -0500
committerGitHub <noreply@github.com>2021-08-19 18:48:42 +0000
commit4cf91341622270e4aaefe926d4be7fe148c6fa74 (patch)
tree1404ec0859f24aa19408689ff5c23879c81122a3 /src/CMakeLists.txt
parentc8b6b29616fa0183cb90e83d1ef72c9ebdb28587 (diff)
Split proof final callback to its own file (#6984)
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 bc7103f0d..2aa91f61b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -323,6 +323,8 @@ libcvc5_add_sources(
smt/process_assertions.h
smt/proof_manager.cpp
smt/proof_manager.h
+ smt/proof_final_callback.cpp
+ smt/proof_final_callback.h
smt/proof_post_processor.cpp
smt/proof_post_processor.h
smt/set_defaults.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback