From 1c36adab776a900adc7325f412b1c8dd61b1a346 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Mar 2018 15:22:51 +0200 Subject: Setup compilation, command line handling --- bdep/options-types.hxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bdep/options-types.hxx (limited to 'bdep/options-types.hxx') diff --git a/bdep/options-types.hxx b/bdep/options-types.hxx new file mode 100644 index 0000000..3cca75a --- /dev/null +++ b/bdep/options-types.hxx @@ -0,0 +1,12 @@ +// file : bdep/options-types.hxx -*- C++ -*- +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef BDEP_OPTIONS_TYPES_HXX +#define BDEP_OPTIONS_TYPES_HXX + +namespace bdep +{ +} + +#endif // BDEP_OPTIONS_TYPES_HXX -- cgit v1.1