mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
12 lines
332 B
CMake
12 lines
332 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: TagLib
|
|
Description: Audio meta-data library
|
|
Requires:
|
|
Version: @TAGLIB_LIB_VERSION_STRING@
|
|
Libs: -L${libdir} -ltag @ZLIB_LIBRARIES_FLAGS@
|
|
Cflags: -I${includedir} -I${includedir}/taglib
|