#pragma once #include #include class MakefileReader { public: MakefileReader(); boost::property_tree::ptree read(const std::filesystem::path& path) const; };