diff options
Diffstat (limited to 'build/module.cxx')
-rw-r--r-- | build/module.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
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 <build/module> + +using namespace std; + +namespace build +{ + module_map modules; +} |