From c50b7554cfd23b53107f2a2917a0be22a68b0c11 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 7 Jan 2025 07:26:39 +0100 Subject: Move readDeps function to its own file. --- src/deps.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/deps.h (limited to 'src/deps.h') diff --git a/src/deps.h b/src/deps.h new file mode 100644 index 0000000..be0dfb2 --- /dev/null +++ b/src/deps.h @@ -0,0 +1,12 @@ +// -*- c++ -*- +// Distributed under the BSD 2-Clause License. +// See accompanying file LICENSE for details. +#pragma once + +#include "ctor.h" + +#include +#include + +std::vector readDeps(const std::string& dep_file, + ctor::toolchain toolchain); -- cgit v1.2.3