Patch to build static libtag_c.a when built from cmake with ENABLE_STATIC

Lukáš Lalinský lalinsky at gmail.com
Wed Dec 8 09:15:47 CET 2010


On Wed, Dec 8, 2010 at 9:11 AM, Joe Groff <arcata at gmail.com> wrote:
> Hi guys. I noticed that, when using cmake to build taglib with -DENABLE_STATIC, the libtag_c library would still be built as a dynamic library. Attached is a patch that causes libtag_c to also be built as a static library.

I mainly did this, because building the C bindings as a static library
means you have to link your application with standard C++ libraries. I
have no problem with the patch, if people find it useful, but I
thought it was more useful to build a DLL for the bindings.

Lukas


More information about the taglib-devel mailing list