MWL#55 : cherrypick MySQL 5.5 CMake/build improvements in order

to be able to build MSI based installer
This commit is contained in:
Vladislav Vaintroub 2011-01-29 18:51:12 +01:00
commit b19e99865c
46 changed files with 1908 additions and 407 deletions

View file

@ -48,6 +48,4 @@ SET(MYSYS_SOURCES array.c charset-def.c charset.c checksum.c default.c default_
IF(NOT SOURCE_SUBLIBS)
ADD_LIBRARY(mysys ${MYSYS_SOURCES})
INSTALL(TARGETS mysys DESTINATION lib/opt COMPONENT runtime) # TODO: Component?
ENDIF(NOT SOURCE_SUBLIBS)