From 7dabda20e11138f2235b12271d569cd3256ebf3a Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 7 May 2024 19:08:29 +0200 Subject: Recursive build --- MakefileReader.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 MakefileReader.h (limited to 'MakefileReader.h') diff --git a/MakefileReader.h b/MakefileReader.h new file mode 100644 index 0000000..7ad63c2 --- /dev/null +++ b/MakefileReader.h @@ -0,0 +1,15 @@ +#pragma once + +#include + +#include + +class MakefileReader +{ +public: + MakefileReader(); + + boost::property_tree::ptree read(const std::filesystem::path& path) const; +}; + + -- cgit v1.2.3