diff options
author | unknown <knielsen@mysql.com> | 2006-03-16 16:57:24 +0100 |
---|---|---|
committer | unknown <knielsen@mysql.com> | 2006-03-16 16:57:24 +0100 |
commit | 1eed2491bf8c071521a061090578976f7f5db3dc (patch) | |
tree | c741dee603fc074cd1f4f8f2c17f1ac19ecff4bb /libmysql | |
parent | 5103b81637b440875553075dc7186c41d7ad951b (diff) | |
download | mariadb-git-1eed2491bf8c071521a061090578976f7f5db3dc.tar.gz |
Fix Windows CMake compilation after merge of Magnuses ssl patch.
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/cmakelists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/cmakelists.txt b/libmysql/cmakelists.txt index cb3453fc222..006eac2fbb9 100644 --- a/libmysql/cmakelists.txt +++ b/libmysql/cmakelists.txt @@ -45,7 +45,7 @@ ADD_LIBRARY(libmysql MODULE dll.c libmysql.def ../strings/strtoll.c ../strings/strtoull.c ../strings/strxmov.c ../strings/strxnmov.c ../mysys/thr_mutex.c ../mysys/typelib.c ../vio/vio.c ../vio/viosocket.c ../vio/viossl.c ../vio/viosslfactories.c ../strings/xml.c) -ADD_DEPENDENCIES(libmysql dbug vio mysys strings GenError zlib) +ADD_DEPENDENCIES(libmysql dbug vio mysys strings GenError zlib yassl taocrypt) TARGET_LINK_LIBRARIES(libmysql mysys strings wsock32) # ToDo: We should move the mytest.c program out in libmysql/ |