Removed an unnecessary dependency on shlwapi.lib.

This commit is contained in:
Tsuda Kageyu 2014-04-04 00:55:28 +09:00
parent d93b4af8ca
commit a303d88782

View File

@ -341,10 +341,6 @@ if(ZLIB_FOUND)
target_link_libraries(tag ${ZLIB_LIBRARIES})
endif()
if(WIN32 AND NOT TAGLIB_STATIC)
target_link_libraries(tag shlwapi.lib)
endif()
set_target_properties(tag PROPERTIES
VERSION ${TAGLIB_SOVERSION_MAJOR}.${TAGLIB_SOVERSION_MINOR}.${TAGLIB_SOVERSION_PATCH}
SOVERSION ${TAGLIB_SOVERSION_MAJOR}