diff options
author | Rasmus Johansson <rasmus@mariadb.com> | 2019-05-18 06:11:01 +0000 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-06-17 12:26:26 +0200 |
commit | 24503d5711677ce77617e3ff2514a4838e95eac7 (patch) | |
tree | 3f4242c2026612bfb57d9f853c6c0638fa395a2d /CMakeLists.txt | |
parent | f02bc3cf0f8f972c8f626a42490864dddd2e4f23 (diff) | |
download | mariadb-git-24503d5711677ce77617e3ff2514a4838e95eac7.tar.gz |
MDEV-17592 Create MariaDB named commands/symlinks
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1299bd1765d..c5f8c2e0cca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -160,6 +160,7 @@ INCLUDE(plugin) INCLUDE(install_macros) INCLUDE(systemd) INCLUDE(mysql_add_executable) +INCLUDE(symlinks) INCLUDE(compile_flags) INCLUDE(crc32) |