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