From 47bf5cd6a167730ee06a1c7cffeae6540f67dde0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Aug 2015 15:48:34 +0200 Subject: Rework meta/operation registration We now have global tables for meta/operation. Plus each can then be enabled on the per-project basis. --- build/operation.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build/operation.cxx') diff --git a/build/operation.cxx b/build/operation.cxx index 694ad1c..607658f 100644 --- a/build/operation.cxx +++ b/build/operation.cxx @@ -228,4 +228,9 @@ namespace build nullptr, nullptr }; + + // Tables. + // + string_table meta_operation_table; + string_table operation_table; } -- cgit v1.1