aboutsummaryrefslogtreecommitdiff
path: root/build/config/module
diff options
context:
space:
mode:
Diffstat (limited to 'build/config/module')
-rw-r--r--build/config/module19
1 files changed, 19 insertions, 0 deletions
diff --git a/build/config/module b/build/config/module
new file mode 100644
index 0000000..5a9d362
--- /dev/null
+++ b/build/config/module
@@ -0,0 +1,19 @@
+// file : build/config/module -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BUILD_CONFIG_MODULE
+#define BUILD_CONFIG_MODULE
+
+#include <build/module>
+
+namespace build
+{
+ namespace config
+ {
+ void
+ load (scope&, scope&, const location&);
+ }
+}
+
+#endif // BUILD_CONFIG_MODULE