diff options
Diffstat (limited to 'src/ctor.h')
-rw-r--r-- | src/ctor.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,8 @@ #include <cstddef> #include <functional> +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:: |