aboutsummaryrefslogtreecommitdiff
path: root/build/context
diff options
context:
space:
mode:
Diffstat (limited to 'build/context')
-rw-r--r--build/context4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/context b/build/context
index 7c7421d..1967a83 100644
--- a/build/context
+++ b/build/context
@@ -7,6 +7,7 @@
#include <string>
#include <ostream>
+#include <unordered_set>
#include <build/path>
@@ -17,6 +18,9 @@ namespace build
extern path work;
extern path home;
+ extern std::unordered_set<std::string> meta_operations;
+ extern std::unordered_set<std::string> operations;
+
// Return the src/out directory corresponding to the given out/src. The
// passed directory should be a sub-directory of out/src_root.
//