diff options
Diffstat (limited to 'build/config/operation.cxx')
-rw-r--r-- | build/config/operation.cxx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/build/config/operation.cxx b/build/config/operation.cxx new file mode 100644 index 0000000..cc04929 --- /dev/null +++ b/build/config/operation.cxx @@ -0,0 +1,14 @@ +// file : build/config/operation.cxx -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#include <build/config/operation> + +using namespace std; + +namespace build +{ + namespace config + { + } +} |