diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-02-10 20:23:24 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-02-10 20:23:24 +0100 |
commit | 3bd236fefb0024fa4f304d50f8725fcd153631f1 (patch) | |
tree | dfea6a5cf6f617ecfe6559b0eff36aba6b474d05 /extra | |
parent | 784d4a47187a960b43225d45a27ee0fe435603ea (diff) | |
download | mariadb-git-3bd236fefb0024fa4f304d50f8725fcd153631f1.tar.gz |
Add components to INSTALL, some eraly Wix support
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/CMakeLists.txt b/extra/CMakeLists.txt index 479fb8cbd71..ee575685655 100755 --- a/extra/CMakeLists.txt +++ b/extra/CMakeLists.txt @@ -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) |