Add components to INSTALL, some eraly Wix support

This commit is contained in:
Vladislav Vaintroub 2010-02-10 20:23:24 +01:00
commit 3bd236fefb
24 changed files with 422 additions and 77 deletions

View file

@ -24,6 +24,8 @@ ${CMAKE_SOURCE_DIR}/storage/ndb/include/ndbapi
${CMAKE_SOURCE_DIR}/storage/ndb/include/portlib
${CMAKE_SOURCE_DIR}/storage/ndb/include/mgmapi)
# Default install component for the files is Server here
SET(MYSQL_INSTALL_COMPONENT Server)
IF(NOT CMAKE_CROSSCOMPILING)
ADD_EXECUTABLE(comp_err comp_err.c)