summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-03-10 17:00:59 -0600
committerGitHub <noreply@github.com>2021-03-10 23:00:59 +0000
commitb337c99fde04f4efc1824880183e29ca6253ee37 (patch)
treef1a98c3d8735e07b0b1b4ccdec8c116e32f9664b /src/CMakeLists.txt
parenta0dfbbbf3bcaf7a6edbe18e140b6d7b5c49c2f8d (diff)
Add Env class (#6093)
This class contains all globally available utilities for internal code.
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 9124977ef..3fc12c585 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -223,6 +223,8 @@ libcvc4_add_sources(
smt/dump.h
smt/dump_manager.cpp
smt/dump_manager.h
+ smt/env.cpp
+ smt/env.h
smt/expand_definitions.cpp
smt/expand_definitions.h
smt/listeners.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback