aboutsummaryrefslogtreecommitdiff
path: root/build2/config/operation
diff options
context:
space:
mode:
Diffstat (limited to 'build2/config/operation')
-rw-r--r--build2/config/operation19
1 files changed, 19 insertions, 0 deletions
diff --git a/build2/config/operation b/build2/config/operation
new file mode 100644
index 0000000..63eba7e
--- /dev/null
+++ b/build2/config/operation
@@ -0,0 +1,19 @@
+// file : build2/config/operation -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BUILD2_CONFIG_OPERATION
+#define BUILD2_CONFIG_OPERATION
+
+#include <build2/operation>
+
+namespace build2
+{
+ namespace config
+ {
+ extern meta_operation_info configure;
+ extern meta_operation_info disfigure;
+ }
+}
+
+#endif // BUILD2_CONFIG_OPERATION