diff options
author | antony@pcg5ppc.xiphis.org <> | 2007-07-24 09:32:51 -0700 |
---|---|---|
committer | antony@pcg5ppc.xiphis.org <> | 2007-07-24 09:32:51 -0700 |
commit | c42837a2327be9ffaf6deb52468acd82d313ad9f (patch) | |
tree | 309aead27f38c754875d0938244b8511e30ffd3b | |
parent | bfeb65d095fb69624a99ef0f875656bd4bccbba0 (diff) | |
download | mariadb-git-c42837a2327be9ffaf6deb52468acd82d313ad9f.tar.gz |
build bug25714 test app on Windows
-rwxr-xr-x | tests/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 5eade93621b..7559ca9ec6b 100755 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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) |