diff options
Diffstat (limited to 'Builder.h')
-rw-r--r-- | Builder.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |