#pragma once #include #include struct BuildConfiguration { std::string target; std::vector sources; }; BuildConfiguration configs();