diff options
author | unknown <antony@pcg5ppc.xiphis.org> | 2007-07-24 09:36:56 -0700 |
---|---|---|
committer | unknown <antony@pcg5ppc.xiphis.org> | 2007-07-24 09:36:56 -0700 |
commit | 791eee3ec2258177195d0463c2a9a4961e709598 (patch) | |
tree | e5f8d7455b6ef471f38012ce360cc27b3d7e747f /tests | |
parent | e6b02976b7a73689842642690cfa037ea259055a (diff) | |
download | mariadb-git-791eee3ec2258177195d0463c2a9a4961e709598.tar.gz |
build bug25714 test app on Windows
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 5eade93621b..7559ca9ec6b 100644 --- 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) |