mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 04:54:19 -04:00
Use GNUInstallDirs
Well-established CMake standard for installation directories. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
committed by
Urs Fleisch
parent
01348fb619
commit
507a42871c
@ -16,8 +16,8 @@ EOH
|
||||
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
||||
libdir=@LIB_INSTALL_DIR@
|
||||
includedir=@INCLUDE_INSTALL_DIR@
|
||||
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
||||
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
||||
|
||||
flags=""
|
||||
|
||||
|
Reference in New Issue
Block a user