summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-21 11:54:32 -0700
committerGitHub <noreply@github.com>2021-04-21 13:54:32 -0500
commit6db851b3e90d766b6a90f53533d324120065e750 (patch)
treee171a1eef7a0b2e11422748dffb04fad6307996d /src/CMakeLists.txt
parentae5ee4b07dc3d3c792e7fe7f382ff490dd28aca4 (diff)
Datatypes: Move implementation of type rules to cpp. (#6418)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ebe52a2db..8f5b7d67f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -589,6 +589,7 @@ libcvc5_add_sources(
theory/datatypes/sygus_simple_sym.h
theory/datatypes/theory_datatypes.cpp
theory/datatypes/theory_datatypes.h
+ theory/datatypes/theory_datatypes_type_rules.cpp
theory/datatypes/theory_datatypes_type_rules.h
theory/datatypes/theory_datatypes_utils.cpp
theory/datatypes/theory_datatypes_utils.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback