Skip to content

Commit

Permalink
chore: update CommonLibSF.cmake to reflect #73 changes (#77)
Browse files Browse the repository at this point in the history
Just removes the `SFSEPluginVersion` macro from the script since the
macro is part of the library now
  • Loading branch information
ThirdEyeSqueegee authored Sep 20, 2023
1 parent d6b974b commit b15182e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CommonLibSF/cmake/CommonLibSF.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ function(target_commonlibsf_properties TARGET)

file(WRITE "${commonlibsf_plugin_file}"
"#pragma once\n\n"
"#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"
Expand Down

0 comments on commit b15182e

Please sign in to comment.