From 68f96f9213e849d0d7c4cedf3edeaec99743ee27 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Aug 2015 09:51:15 +0200 Subject: New variable architecture --- build/file | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build/file') diff --git a/build/file b/build/file index 8a5f9fa..64d8ad2 100644 --- a/build/file +++ b/build/file @@ -5,6 +5,9 @@ #ifndef BUILD_FILE #define BUILD_FILE +#include +#include + #include #include // list_value @@ -15,6 +18,8 @@ namespace build class location; class prerequisite_key; + using subprojects = std::map; + extern const dir_path build_dir; // build extern const dir_path bootstrap_dir; // build/bootstrap @@ -114,7 +119,7 @@ namespace build // there is a package foo available in repository bar. Wanna // download and use it?" // - list_value + names import (scope& base, name, const location&); target& -- cgit v1.1