diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-18 15:45:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-18 15:45:56 +0200 |
commit | b6e72877a1a26a6ae16961728ee57e45f657f717 (patch) | |
tree | a161dd0d5ded669100a4adda9db256a30c366a9b /build/config/operation.cxx | |
parent | 5b5aabc6d347ff209c35b2db7250d4caaf9fd643 (diff) |
Implement complete root/base detection, basic module support
This is the initial groundwork for the configuration support.
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 + { + } +} |