summaryrefslogtreecommitdiffhomepage
path: root/Builder.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-05 12:57:18 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-05 12:57:18 +0200
commit28609f436966f731f91e84d10c1d7d0621b4abe8 (patch)
treeffc2ae6cbea157e501910db004a3fdedfb98dfd1 /Builder.h
parentd137a52a6807f4c74e8e7e32e62ee4acbfe92197 (diff)
Tests
Diffstat (limited to 'Builder.h')
-rw-r--r--Builder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Builder.h b/Builder.h
index 2a7a6f4..52fc17a 100644
--- a/Builder.h
+++ b/Builder.h
@@ -26,6 +26,7 @@ private:
void cleanup();
+ const boost::property_tree::ptree _ptree;
std::vector<std::filesystem::path> _all_targets;
std::vector<std::filesystem::path> _all_objects;
std::unordered_map<std::filesystem::path, std::vector<std::filesystem::path>> _dependencies;