Update build rules to deal with new gettext libraries.

This commit is contained in:
Sergey Sharybin
2011-09-15 11:37:42 +00:00
parent 761c44cbc1
commit 86d05b3144
4 changed files with 13 additions and 17 deletions

View File

@@ -435,17 +435,17 @@ elseif(WIN32)
PATTERN ".svn" EXCLUDE
)
if(NOT CMAKE_CL_64)
install(
FILES ${LIBDIR}/gettext/lib/gnu_gettext.dll
DESTINATION ${TARGETDIR}
)
install(
FILES ${LIBDIR}/gettext/lib/gnu_gettext.dll
DESTINATION ${TARGETDIR}
)
install(
FILES ${LIBDIR}/iconv/lib/iconv.dll
DESTINATION ${TARGETDIR}
)
endif()
if(NOT CMAKE_CL_64)
install(
FILES ${LIBDIR}/iconv/lib/iconv.dll
DESTINATION ${TARGETDIR}
)
endif()
endif()
install( # same as linux!, deduplicate