diff --git a/cmake/Plugin.h.in b/cmake/Plugin.h.in index 4db8481..c784f16 100644 --- a/cmake/Plugin.h.in +++ b/cmake/Plugin.h.in @@ -4,7 +4,7 @@ using namespace std::string_view_literals; namespace Plugin { - static constexpr auto Name{ "PluginName"sv }; + static constexpr auto Name{ "@PROJECT_NAME@"sv }; static constexpr auto Author{ "AuthorName"sv }; static constexpr auto Version{ REL::Version{@PROJECT_VERSION_MAJOR@, @PROJECT_VERSION_MINOR@, @PROJECT_VERSION_PATCH@, 0}