1 2 3 4 5 6 7 8 9 10 11 12
// -*- c++ -*- // Distributed under the BSD 2-Clause License. // See accompanying file LICENSE for details. #pragma once #include "ctor.h" #include <vector> #include <string> std::vector<std::string> readDeps(const std::string& dep_file, ctor::toolchain toolchain);