From 1484d74c1dfd24cfe5b6f13f76d58ff395e4d253 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 10 Jan 2023 16:00:36 +0100 Subject: Put ctor.h contents in ctor namespace. --- src/ctor.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ctor.h') diff --git a/src/ctor.h b/src/ctor.h index 96e1115..9770c09 100644 --- a/src/ctor.h +++ b/src/ctor.h @@ -11,6 +11,8 @@ #include #include +namespace ctor { + enum class TargetType { Auto, // Default - deduce from target name and sources extensions @@ -152,3 +154,5 @@ const Configuration& configuration(); bool hasConfiguration(const std::string& key); const std::string& getConfiguration(const std::string& key, const std::string& defaultValue = {}); + +} // namespace ctor:: -- cgit v1.2.3