mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Well-established CMake standard for installation directories. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
12 lines
335 B
CMake
12 lines
335 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_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
|