mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
#41836: Eventum Request to enable the mysql_embedded binary
This commit is contained in:
parent
704dcf8ac0
commit
f3cc6c566a
1 changed files with 1 additions and 3 deletions
|
|
@ -23,9 +23,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include
|
|||
ADD_DEFINITIONS(-DEMBEDDED_LIBRARY -UMYSQL_CLIENT)
|
||||
|
||||
|
||||
# We never use "mysql_embedded", is more of a linktest, so we don't
|
||||
# use MYSQL_ADD_EXECUTABLE as that would install it and package it
|
||||
ADD_EXECUTABLE(mysql_embedded ../../client/completion_hash.cc
|
||||
MYSQL_ADD_EXECUTABLE(mysql_embedded ../../client/completion_hash.cc
|
||||
../../client/mysql.cc ../../client/readline.cc)
|
||||
TARGET_LINK_LIBRARIES(mysql_embedded mysqlserver)
|
||||
IF(UNIX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue