taglib/examples
Samuel Martin 00c6e7ea79 cmake: use BUILD_SHARED_LIBS instead of ENABLE_STATIC to drive the shared object build
In case ENABLE_STATIC is still set on the CMake command line, this
change will makes CMake bail out becaus e this option is no longer
supported.

This patch makes taglib more compliant with the distro package framework
that uses the standards CMake options.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
2015-06-01 19:27:05 +02:00
..
CMakeLists.txt cmake: use BUILD_SHARED_LIBS instead of ENABLE_STATIC to drive the shared object build 2015-06-01 19:27:05 +02:00
framelist.cpp Fixed a crash of APE::Item::toString() when the data type is binary 2013-07-14 02:47:48 +09:00
strip-id3v1.cpp CVS_SILENT oops -- didn't mean to check this in 2004-02-20 01:42:10 +00:00
tagreader_c.c Fix tagreader_c.c to not try to access invalid pointers 2009-12-12 16:44:34 +00:00
tagreader.cpp Avoid using sprintf() in tagreader.cpp to fix an MSVC warning. 2014-02-19 23:35:23 +09:00
tagwriter.cpp Reduce useless detach operations by making some non-const iterators const. 2014-08-21 16:35:35 +09:00