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