diff options
Diffstat (limited to 'bpkg/manifest.cxx')
-rw-r--r-- | bpkg/manifest.cxx | 11 |
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 +{ +} |