diff options
author | unknown <antony@pcg5ppc.xiphis.org> | 2007-07-24 09:32:51 -0700 |
---|---|---|
committer | unknown <antony@pcg5ppc.xiphis.org> | 2007-07-24 09:32:51 -0700 |
commit | 8415b22253c125fe709b4a3e097e60fb250d428b (patch) | |
tree | 309aead27f38c754875d0938244b8511e30ffd3b /tests | |
parent | 9c00992c930d1d9ab2127db4152eb16ed9c03c0d (diff) | |
download | mariadb-git-8415b22253c125fe709b4a3e097e60fb250d428b.tar.gz |
build bug25714 test app on Windows
Diffstat (limited to 'tests')
-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) |