summaryrefslogtreecommitdiff
path: root/src/include/cvc5parser_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cvc5parser_public.h')
-rw-r--r--src/include/cvc5parser_public.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/include/cvc5parser_public.h b/src/include/cvc5parser_public.h
new file mode 100644
index 000000000..099eb58c2
--- /dev/null
+++ b/src/include/cvc5parser_public.h
@@ -0,0 +1,22 @@
+/******************************************************************************
+ * Top contributors (to current version):
+ * Morgan Deters
+ *
+ * This file is part of the cvc5 project.
+ *
+ * Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
+ * in the top-level source directory and their institutional affiliations.
+ * All rights reserved. See the file COPYING in the top-level source
+ * directory for licensing information.
+ * ****************************************************************************
+ *
+ * Macros that should be defined everywhere during the building of the
+ * libraries and driver binary, and also exported to the user.
+ */
+
+#ifndef __CVC4PARSER_PUBLIC_H
+#define __CVC4PARSER_PUBLIC_H
+
+#include "cvc5_public.h"
+
+#endif /* __CVC4PARSER_PUBLIC_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback