Added a Windows-friendly build option ZLIB_SOURCE.

This commit is contained in:
Tsuda Kageyu
2014-06-19 18:27:08 +09:00
parent f27e0aaecf
commit fadb57e4cd
4 changed files with 22 additions and 3 deletions

View File

@ -72,6 +72,7 @@ Useful configuration options used with CMake (GUI and/or Command line):
Assumes parent of: \include and \lib.
ZLIB_INCLUDE_DIR= Where to find ZLib's Include directory.
ZLIB_LIBRARY= Where to find ZLib's Library.
ZLIB_SOURCE= Where to find ZLib's source code.
CMAKE_INSTALL_PREFIX= Where to install Taglib.
CMAKE_BUILD_TYPE= Release, Debug, etc ... (Not available in MSVC)