mirror of
https://github.com/taglib/taglib.git
synced 2025-05-25 20:20:25 -04:00
Missed the full version string in taglib-config.cmd.cmake
This commit is contained in:
parent
29ed265281
commit
aedfeba66b
@ -29,7 +29,7 @@ goto theend
|
||||
:doit
|
||||
if /i "%1#" == "--libs#" echo -L${LIB_INSTALL_DIR} -llibtag
|
||||
if /i "%1#" == "--cflags#" echo -I${INCLUDE_INSTALL_DIR}/taglib
|
||||
if /i "%1#" == "--version#" echo ${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}
|
||||
if /i "%1#" == "--version#" echo ${TAGLIB_LIB_VERSION_STRING}
|
||||
if /i "%1#" == "--prefix#" echo ${CMAKE_INSTALL_PREFIX}
|
||||
|
||||
:theend
|
||||
|
Loading…
Reference in New Issue
Block a user