From f10bfc1bff1dc2792b4905c27dd22c0999162fac Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 11 Jan 2023 18:30:11 +0100 Subject: Rename BuildConfiguration struct to build_configuration --- src/tasks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tasks.h') diff --git a/src/tasks.h b/src/tasks.h index 7700d49..ed1bf60 100644 --- a/src/tasks.h +++ b/src/tasks.h @@ -12,7 +12,7 @@ struct Target { - ctor::BuildConfiguration config; + ctor::build_configuration config; std::string path; }; @@ -35,6 +35,6 @@ std::set> getTasks(const ctor::settings& settings, //! Generate list of targets from a single configuration, including the final //! link target and all its objects files (if any). -std::set> taskFactory(const ctor::BuildConfiguration& config, +std::set> taskFactory(const ctor::build_configuration& config, const ctor::settings& settings, const std::string& sourceDir); -- cgit v1.2.3