From 7dabda20e11138f2235b12271d569cd3256ebf3a Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 7 May 2024 19:08:29 +0200 Subject: Recursive build --- file.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'file.h') diff --git a/file.h b/file.h index 9570266..80133e8 100644 --- a/file.h +++ b/file.h @@ -6,3 +6,6 @@ extern const std::filesystem::path YMakefile; bool is_buildable_by_extension(const std::filesystem::path& p); bool is_compile_unit_source_by_extension(const std::filesystem::path& p); + +// removes initial "./" +std::filesystem::path simplified_path(const std::filesystem::path& p); -- cgit v1.2.3