From 1eaf818aa9339f29d08cf79601836c0ea763c622 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 9 May 2024 16:50:36 +0200 Subject: Use specified includepath --- Builder.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Builder.h') diff --git a/Builder.h b/Builder.h index b167e65..42c5af4 100644 --- a/Builder.h +++ b/Builder.h @@ -24,11 +24,13 @@ public: private: std::unordered_map> get_dependencies(const boost::property_tree::ptree& ptree) const; std::vector dependencies_of(const std::filesystem::path& p) const; - std::vector include_paths_of(const std::filesystem::path& p) const; + std::vector include_paths_of_object(const std::filesystem::path& p) const; + std::filesystem::path target_from_object(const std::filesystem::path& object) const; std::vector link_libs_of(const std::filesystem::path& p) const; bool is_outdated(const std::filesystem::path& p) const; bool is_outdated(const std::filesystem::path& p, const std::vector &dependencies) const; std::vector make_depfile_from(const std::filesystem::path& p) const; + std::filesystem::path get_compile_unit_source_from_object(const std::filesystem::path& path); void build_file(const std::filesystem::path& p); void build_filelist(); -- cgit v1.2.3