From 5807ff000225acf47064eb7f0be965bf1598faaa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 9 Mar 2015 11:52:27 +0200 Subject: Add meta/operation lists, lift operations in buildspec --- build/context | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/context') diff --git a/build/context b/build/context index 7c7421d..1967a83 100644 --- a/build/context +++ b/build/context @@ -7,6 +7,7 @@ #include #include +#include #include @@ -17,6 +18,9 @@ namespace build extern path work; extern path home; + extern std::unordered_set meta_operations; + extern std::unordered_set operations; + // Return the src/out directory corresponding to the given out/src. The // passed directory should be a sub-directory of out/src_root. // -- cgit v1.1