mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
more win32 fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@712894 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
860b839551
commit
2eda04f934
@ -22,6 +22,9 @@ endif (CMAKE_COMPILER_IS_GNUCXX)
|
||||
if(MSVC)
|
||||
add_definitions( -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE )
|
||||
endif(MSVC)
|
||||
if (WIN32)
|
||||
set(CMAKE_DEBUG_POSTFIX "d")
|
||||
endif (WIN32)
|
||||
|
||||
SET(TAGLIB_LIB_MAJOR_VERSION "1")
|
||||
SET(TAGLIB_LIB_MINOR_VERSION "4")
|
||||
|
Loading…
Reference in New Issue
Block a user