diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-11-02 12:26:30 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-11-02 12:26:30 +0100 |
commit | 7714adaef85cb7d83b1624db2198aec40ddefa24 (patch) | |
tree | 8a9059db14b7e408d98e964777efcda3bf7c9760 /libmysqld | |
parent | 952e4067ad54f87394bf48a2a6beb286a1613d8f (diff) | |
download | mariadb-git-7714adaef85cb7d83b1624db2198aec40ddefa24.tar.gz |
build on windows
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt index f45a03cdb19..6919c1c6a32 100644 --- a/libmysqld/CMakeLists.txt +++ b/libmysqld/CMakeLists.txt @@ -113,7 +113,7 @@ ENDIF() SET(LIBS - ${DBUG_LIBRARY} strings regex mysys vio + dbug strings regex mysys vio ${ZLIB_LIBRARY} ${SSL_LIBRARIES} ${LIBWRAP} ${LIBCRYPT} ${LIBDL} ${MYSQLD_STATIC_PLUGIN_LIBS} |