aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-11 17:11:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-11 17:11:54 +0200
commit161d105204eb66148c28ef2615f1a12d3ba33136 (patch)
tree16e7541ffd0ddc182e8f05d19a14ecfcb80d7dbe /bpkg/manifest.cxx
parentf4660720e3ab0dc70d31fd39d48199590810ab03 (diff)
Manifest object model, take 1
Diffstat (limited to 'bpkg/manifest.cxx')
-rw-r--r--bpkg/manifest.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/bpkg/manifest.cxx b/bpkg/manifest.cxx
new file mode 100644
index 0000000..40c7a32
--- /dev/null
+++ b/bpkg/manifest.cxx
@@ -0,0 +1,11 @@
+// file : bpkg/manifest.cxx -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#include <bpkg/manifest>
+
+using namespace std;
+
+namespace bpkg
+{
+}