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. --- ctor.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ctor.cc') diff --git a/ctor.cc b/ctor.cc index 92135c2..0edd877 100644 --- a/ctor.cc +++ b/ctor.cc @@ -15,6 +15,7 @@ ctor::build_configurations ctorConfigs(const ctor::settings& settings) .sources = { "src/build.cc", "src/configure.cc", + "src/deps.cc", "src/execute.cc", "src/externals_manual.cc", "src/libctor.cc", -- cgit v1.2.3