Discussion:
Gradle C++ support
Russel Winder
2013-01-01 13:30:19 UTC
Permalink
It seems from the documentation that cpp-lib builds shared objects (aka
dynamic link libraries). Does this have full soname support? Is there a
way of creating static libraries?
--
Russel.
=============================================================================
Dr Russel Winder t: +44 20 7585 2200 voip: sip:***@ekiga.net
41 Buckmaster Road m: +44 7770 465 077 xmpp: russel-***@public.gmane.org
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
Adam Murdoch
2013-01-01 19:14:32 UTC
Permalink
Post by Russel Winder
It seems from the documentation that cpp-lib builds shared objects (aka
dynamic link libraries). Does this have full soname support?
Not yet. At the moment you have to deal with this yourself with the appropriate linker args. Dependency management isn't aware of soname either.
Post by Russel Winder
Is there a
way of creating static libraries?
Not yet.

The C++ plugins are pretty basic prototypes at the moment. There's lots of stuff I'd love to do to improve them, but it's a matter of finding the time to do so.

--
Adam Murdoch
Gradle Co-founder
http://www.gradle.org
VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting
http://www.gradleware.com

Loading...