Adding in cmake support and providing statically linked + interface l…#24
Adding in cmake support and providing statically linked + interface l…#24phelter wants to merge 12 commits into
Conversation
…tatically linked libs.
24322a8 to
3875aeb
Compare
…hods 'fn()' and 'fn_type()' to be used.
|
@hjagodzinski - Could you please look into merging this and/or identify whether you are willing to maintain these changes. |
|
I have not been coding in C/C++ for many years now which makes maintaining this project difficult for me. I would rather keep it as simple as possible. I'm more than open to leaving references to your work in whatever form you prefer: a gist, another project, or an article. You could then freely manage your work and I would not have to maintain a more complex project. |
|
So the answer is No ? I was hoping that you'd be willing to merge into your repo so that I wouldn't have to maintain a fork. But if that isn't in the cards then that is fine. I'll keep my fork of this repo around for my use. Thank you for sharing the original. Can you please merge if you are willing to take on the work OR Close with out merge to reject it, and I'll consider this repo no longer maintaned, and work around that. Much appreciated. |
… is sometimes added when a c header is included in c++
Provide CMake Support and a method via cmake to support multiple implementations of the same library by separating out the INTERFACE and multiple STATIC libraries.