summaryrefslogtreecommitdiff
path: root/libmysql
diff options
context:
space:
mode:
authorunknown <knielsen@mysql.com>2006-03-16 16:57:24 +0100
committerunknown <knielsen@mysql.com>2006-03-16 16:57:24 +0100
commit1eed2491bf8c071521a061090578976f7f5db3dc (patch)
treec741dee603fc074cd1f4f8f2c17f1ac19ecff4bb /libmysql
parent5103b81637b440875553075dc7186c41d7ad951b (diff)
downloadmariadb-git-1eed2491bf8c071521a061090578976f7f5db3dc.tar.gz
Fix Windows CMake compilation after merge of Magnuses ssl patch.
Diffstat (limited to 'libmysql')
-rw-r--r--libmysql/cmakelists.txt2
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/