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 /sql/CMakeLists.txt | |
parent | 952e4067ad54f87394bf48a2a6beb286a1613d8f (diff) | |
download | mariadb-git-7714adaef85cb7d83b1624db2198aec40ddefa24.tar.gz |
build on windows
Diffstat (limited to 'sql/CMakeLists.txt')
-rw-r--r-- | sql/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt index 1b06252d6a3..93023ae6158 100644 --- a/sql/CMakeLists.txt +++ b/sql/CMakeLists.txt @@ -92,7 +92,7 @@ ADD_LIBRARY(sql STATIC ${SQL_SOURCE}) ADD_DEPENDENCIES(sql GenServerSource) DTRACE_INSTRUMENT(sql) TARGET_LINK_LIBRARIES(sql ${MYSQLD_STATIC_PLUGIN_LIBS} - mysys ${DBUG_LIBRARY} strings vio regex + mysys dbug strings vio regex ${LIBWRAP} ${LIBCRYPT} ${LIBDL} ${SSL_LIBRARIES}) |