Happens here.
Fails if there's no plugin target called "${CMAKE_PROJECT_NAME}". I ran into this when adding pluginval to my library of common plugin stuff, where I have a few template/test plugins that are not named after the project.
Maybe this could be function instead where you pass the name of your plugin target?
Or maybe just make it optional? I'll be happy to submit a PR if needed.
Happens here.
Fails if there's no plugin target called
"${CMAKE_PROJECT_NAME}". I ran into this when adding pluginval to my library of common plugin stuff, where I have a few template/test plugins that are not named after the project.Maybe this could be function instead where you pass the name of your plugin target?
Or maybe just make it optional? I'll be happy to submit a PR if needed.