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 | 4ab0c0cf49c243a7848195d27d8cfdaa1b09e31e (patch) | |
tree | 309aead27f38c754875d0938244b8511e30ffd3b /tests | |
parent | 594d71a44975e61bfd8574690fe70ddac1c54b71 (diff) | |
download | mariadb-git-4ab0c0cf49c243a7848195d27d8cfdaa1b09e31e.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) |