#pragma once #include #include namespace dependencies { auto walk(const std::filesystem::path& path, const std::string& prefix = "") -> bool; }