add export statement for cmake config#285
add export statement for cmake config#285ksophocleous wants to merge 1 commit intomadler:masterfrom ksophocleous:add-export-statement
Conversation
|
Please see my PR (#295). I add a config package that is a bit more flushed out. Let me know if that one is useful to you. |
|
@rcdailey not sure your PR will be accepted due to the removal of Please make the namespace change |
|
I am trying to get an explanation as to why Also there's a functional reason to use the namespace, I removed it unintentionally but need to add it back. I will be amending my PR with that change plus others once I get more feedback about Thanks and please do keep an eye out for those changes! |
|
Pull request #148 also adds target export with version information and matching config file. |
|
I suppose this is outdated by now, I'll close this one |
allows dependent project to use
find_package(zlib CONFIG)namespace chosen to be
zlib::so the targets will look like this:
zlib::zlibstaticzlib::zlib