-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add basic add_commonlibsf_plugin command #31
Conversation
ed72849
to
8b24fc8
Compare
Then why doing it? spdlog already has fmt as a dependency, statement is redundant. Again, I would like to ask you to actually test the code first, this addition has only swapped the Since you are adding the cmake command first instead of code, assumes the proper plugin declaration code has been implemented within CLib : set(options OPTIONAL USE_SIGNATURE_SCANNING) The options need to extend to all version independence properties. And this will render #24 getters useless. If the plugins will be using all wrapped up CLib plugin declarations and macros, then user should not be able to view the raw or modify |
Seems like full integration the way CLibNG does would necessitate getting rid of the submodule approach for consuming the library |
How did you come up with this conclusion? CLibNG could be consumed via submodule just as easily as the vcpkg port approach. Are you trying to replace the current |
…d to PluginVersionData
No that's not what I'm trying to do, I'm just having some trouble testing my changes--just updated the PR, maybe someone can validate |
Not sure if linking fmt explicitly is required since everything worked fine without doing that but went ahead and did it anyway