Paul Davis
1c299d5a5c
git-svn-id: svn://localhost/ardour2/branches/3.0@3736 d708f5d6-7413-0410-9779-e7cbd77b26cf
12 lines
356 B
CMake
12 lines
356 B
CMake
prefix=${CMAKE_INSTALL_PREFIX}
|
|
exec_prefix=${CMAKE_INSTALL_PREFIX}
|
|
libdir=${LIB_INSTALL_DIR}
|
|
includedir=${INCLUDE_INSTALL_DIR}
|
|
|
|
Name: TagLib
|
|
Description: Audio meta-data library
|
|
Requires:
|
|
Version: ${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}
|
|
Libs: -L${LIB_INSTALL_DIR} -ltag
|
|
Cflags: -I${INCLUDE_INSTALL_DIR}/taglib
|