summaryrefslogtreecommitdiff
path: root/src/context
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-04 21:03:50 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-04 21:03:50 +0000
commit49c66a500e7252c58e8967d3d9d38d53a95a5318 (patch)
tree31d5fc7f54ef4fb403d7d4b32bb7e54dde1b86e4 /src/context
parenta11573cc35202e579c46cd6da478e89321840482 (diff)
more build system work
Diffstat (limited to 'src/context')
-rw-r--r--src/context/context.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/context/context.cpp b/src/context/context.cpp
new file mode 100644
index 000000000..005c3bd6a
--- /dev/null
+++ b/src/context/context.cpp
@@ -0,0 +1,13 @@
+/********************* -*- C++ -*- */
+/** context.cpp
+ ** This file is part of the CVC4 prototype.
+ ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Courant Institute of Mathematical Sciences
+ ** New York University
+ ** See the file COPYING in the top-level source directory for licensing
+ ** information.
+ **
+ **/
+
+#include "context/context.h"
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback