summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-07-08 17:16:50 -0500
committerGitHub <noreply@github.com>2019-07-08 17:16:50 -0500
commit77db9e59b783667149c2a71b730e26fe74084073 (patch)
tree21b2f657b747004a27aa66165a555f72a128f40e /src/CMakeLists.txt
parent1e71ddfb9ac9e368c9f99d351ae7954fb502663e (diff)
Towards refactoring relations (#3078)
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 cc13dec6d..058e848d6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -614,6 +614,8 @@ libcvc4_add_sources(
theory/sep/theory_sep_type_rules.h
theory/sets/normal_form.h
theory/sets/rels_utils.h
+ theory/sets/skolem_cache.cpp
+ theory/sets/skolem_cache.h
theory/sets/theory_sets.cpp
theory/sets/theory_sets.h
theory/sets/theory_sets_private.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback