summaryrefslogtreecommitdiff
path: root/src/expr/CMakeLists.txt
diff options
context:
space:
mode:
authorAlex Ozdemir <aozdemir@hmc.edu>2020-03-18 14:30:30 -0700
committerGitHub <noreply@github.com>2020-03-18 16:30:30 -0500
commitba3a69d7915292ddb649bdb8b4830623b337818c (patch)
tree43b5b3b2666bb69e621bbe5ab569e239c87590ba /src/expr/CMakeLists.txt
parent5c825235dd99b7c0767789db9d782e24c581ace5 (diff)
Move node visitor class from smt_util/ to expr/ (#4110)
Done by: Running rg 'smt_util/node_visitor' -l | xargs sed -i 's/smt_util\/node_visitor/expr\/node_visitor/' in src to change the #includes Moving the file Changing src/expr/CMakeLists.txt and src/CMakeLists.txt clang-format, omitting node_visitor.h. In reference to discussion, here.
Diffstat (limited to 'src/expr/CMakeLists.txt')
-rw-r--r--src/expr/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr/CMakeLists.txt b/src/expr/CMakeLists.txt
index 8357102b0..d1faa8ffb 100644
--- a/src/expr/CMakeLists.txt
+++ b/src/expr/CMakeLists.txt
@@ -31,6 +31,7 @@ libcvc4_add_sources(
node_trie.h
node_value.cpp
node_value.h
+ node_visitor.h
symbol_table.cpp
symbol_table.h
term_canonize.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback