Skip to content

Commit

Permalink
fix: add string_view_literals namespace inclusion to CommonLibSF.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Sep 15, 2023
1 parent e0401b0 commit a873fd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CommonLibSF/cmake/CommonLibSF.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ function(target_commonlibsf_properties TARGET)
"#define SFSEPluginVersion extern \"C\" __declspec(dllexport) constinit SFSE::PluginVersionData SFSEPlugin_Version\n\n"
"namespace Plugin\n"
"{\n"
" using namespace std::string_view_literals;\n\n"
" static constexpr auto Name{ \"${commonlibsf_plugin_name}\"sv };\n"
" static constexpr auto Author{ \"${ADD_COMMONLIBSF_PLUGIN_AUTHOR}\"sv };\n"
" static constexpr auto Version{\n"
Expand Down

0 comments on commit a873fd1

Please sign in to comment.