Open arsdever opened 7 months ago
Thank you for your work :) and I'm right in assuming this is backwards compatible?
Thank you for your work :) and I'm right in assuming this is backwards compatible?
I don't see a reason for this to break backward compatibility.
In case the user wants to have your lib as a submodule, they need to add the folder in the include directories directly
which does work but looks a bit like a workaround.
Another approach commonly used (to my observation) is to create an imported target and use it
and use it as the import target.
The PR implements something like the last one, but instead directly in the library, giving the user the ability to simply do the following