summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4567f45be..e8c38f39d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -253,10 +253,6 @@ libcvc4_add_sources(
smt/update_ostream.h
smt_util/boolean_simplification.cpp
smt_util/boolean_simplification.h
- smt_util/lemma_channels.cpp
- smt_util/lemma_channels.h
- smt_util/lemma_input_channel.h
- smt_util/lemma_output_channel.h
smt_util/nary_builder.cpp
smt_util/nary_builder.h
smt_util/node_visitor.h
@@ -945,12 +941,6 @@ install(FILES
DESTINATION
${INCLUDE_INSTALL_DIR}/cvc4/smt)
install(FILES
- smt_util/lemma_channels.h
- smt_util/lemma_input_channel.h
- smt_util/lemma_output_channel.h
- DESTINATION
- ${INCLUDE_INSTALL_DIR}/cvc4/smt_util)
-install(FILES
theory/logic_info.h
theory/theory_id.h
DESTINATION
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback