From b6e72877a1a26a6ae16961728ee57e45f657f717 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Mar 2015 15:45:56 +0200 Subject: Implement complete root/base detection, basic module support This is the initial groundwork for the configuration support. --- build/module.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build/module.cxx (limited to 'build/module.cxx') diff --git a/build/module.cxx b/build/module.cxx new file mode 100644 index 0000000..495d849 --- /dev/null +++ b/build/module.cxx @@ -0,0 +1,12 @@ +// file : build/module.cxx -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#include + +using namespace std; + +namespace build +{ + module_map modules; +} -- cgit v1.1