mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-22552: mytop packaging
Make `my_print_defaults` a client app (required by `mytop`). Closes #1566 Reviewed by: serg@mariadb.com, anel@mariadb.org
This commit is contained in:
parent
f1ba07a044
commit
2011fcf87d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ ADD_CUSTOM_TARGET(GenError
|
|||
DEPENDS
|
||||
${CMAKE_BINARY_DIR}/include/mysqld_error.h.tmp)
|
||||
|
||||
MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
|
||||
MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c COMPONENT Client)
|
||||
TARGET_LINK_LIBRARIES(my_print_defaults mysys)
|
||||
|
||||
MYSQL_ADD_EXECUTABLE(perror perror.c)
|
||||
|
|
Loading…
Reference in a new issue