summaryrefslogtreecommitdiff
path: root/cmake/mysql_add_executable.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-0/+8
|\
| * MDEV-12207 Include windows compatibility manifest into executable to make ↵Vladislav Vaintroub2017-03-081-0/+8
| | | | | | | | GetVersionEx work correctly
| * CRLF->LFSergei Golubchik2015-06-021-56/+56
| |
| * line endingsSergei Golubchik2014-04-081-8/+8
| |
* | cmake: MYSQL_PARSE_ARGUMENTS -> CMAKE_PARSE_ARGUMENTSSergei Golubchik2015-11-231-7/+23
| |
* | MDEV-4447 MariaDB sources should have unix-style line endings everywhereSergei Golubchik2014-02-271-48/+48
|/
* Updated/added copyright headersKent Boortz2011-06-301-1/+1
|
* Bug#58074: ADD_VERSION_INFO cmake/mysql_version.cmake fails if LINK_FLAGS ↵Vladislav Vaintroub2010-11-121-1/+1
| | | | | | | | are modified Backport version info handling (Windows-specific) from next-mr. Instead of adding ".res" object as linker flag, add resource file (.rc) file to the source list. This is more obvious and less error prone method.
* Rename CMAKE_PARSE_ARGUMENTS macro to avoid name collisionVladislav Vaintroub2010-09-291-1/+1
| | | | | with CMake 2.8.3 builtin macro
* Add components to INSTALL, some eraly Wix supportVladislav Vaintroub2010-02-101-3/+10
|
* Handle different installation layouts.Vladislav Vaintroub2010-01-241-2/+5
| | | | | | | | | | | | | | | | | using cmake option INSTALL_LAYOUT=STANDALONE would produce the layout as in tar.gz or zip packages. INSTALL_LAYOUT=UNIX will produce unixish install layout (with mysqld being in sbin subdirectory , libs in lib/mysql etc). This layout is used for RPM packages. Subtle differences in both packages unfortunately lead to the need to recompile MySQL to use with other package type - as otherwise for example default plugins or data directories would be wrong set. There are numerous other variables that allow fine-tuning packaging layout. (INSTALL_BINDIR, INSTALL_LIBDIR , INSTALL_PLUGINDIR etc). This options are different from autotools as they do not expect full paths to directories, but only subdirectory of CMAKE_INSTALL_PREFIX. There are 2 special options that expect full directory paths - MYSQL_DATADIR that defines default MYSQL data directory (autotools equivalent is --localstatedir) - SYSCONFDIR can be added to search my.cnf search path (autotools equivalent is --sysconfdir)
* Simplify embedding version info into executables with ADD_VERSION_INFOVladislav Vaintroub2009-12-181-44/+1
|
* add new fileVladislav Vaintroub2009-12-181-0/+89