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 /mysys/CMakeLists.txt | |
parent | 952e4067ad54f87394bf48a2a6beb286a1613d8f (diff) | |
download | mariadb-git-7714adaef85cb7d83b1624db2198aec40ddefa24.tar.gz |
build on windows
Diffstat (limited to 'mysys/CMakeLists.txt')
-rw-r--r-- | mysys/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/CMakeLists.txt b/mysys/CMakeLists.txt index ca338369dad..c1b9efea0e2 100644 --- a/mysys/CMakeLists.txt +++ b/mysys/CMakeLists.txt @@ -66,7 +66,7 @@ IF(HAVE_MLOCK) ENDIF() ADD_CONVENIENCE_LIBRARY(mysys ${MYSYS_SOURCES}) -TARGET_LINK_LIBRARIES(mysys ${DBUG_LIBRARY} strings ${ZLIB_LIBRARY} +TARGET_LINK_LIBRARIES(mysys dbug strings ${ZLIB_LIBRARY} ${LIBNSL} ${LIBM} ${LIBRT}) DTRACE_INSTRUMENT(mysys) |