summaryrefslogtreecommitdiff
path: root/src/deps.h
blob: be0dfb2c56499f51067ddf9976ae09830b626ea5 (plain)
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);