diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-01-07 07:26:39 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-01-07 20:44:35 +0100 |
commit | c50b7554cfd23b53107f2a2917a0be22a68b0c11 (patch) | |
tree | 11594994a9d416d86b574e4914c25fde56acf74d /ctor.cc | |
parent | 80c59512ea66534456f62cffbd35f440a97b7bf7 (diff) |
Move readDeps function to its own file.develop
Diffstat (limited to 'ctor.cc')
-rw-r--r-- | ctor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |