mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
build bug25714 test app on Windows
This commit is contained in:
parent
e6b02976b7
commit
791eee3ec2
1 changed files with 3 additions and 0 deletions
|
@ -22,3 +22,6 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
|
|||
|
||||
ADD_EXECUTABLE(mysql_client_test mysql_client_test.c)
|
||||
TARGET_LINK_LIBRARIES(mysql_client_test dbug mysys mysqlclient yassl taocrypt zlib wsock32)
|
||||
|
||||
ADD_EXECUTABLE(bug25714 bug25714.c)
|
||||
TARGET_LINK_LIBRARIES(bug25714 dbug mysys mysqlclient yassl taocrypt zlib wsock32)
|
||||
|
|
Loading…
Reference in a new issue