diff options
Diffstat (limited to 'win/cmakefiles/base')
-rw-r--r-- | win/cmakefiles/base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/cmakefiles/base b/win/cmakefiles/base index f8ac9969a26..4430ac0ec46 100644 --- a/win/cmakefiles/base +++ b/win/cmakefiles/base @@ -32,4 +32,4 @@ ENDIF(CMAKE_GENERATOR MATCHES "Visual Studio 7" OR CMAKE_GENERATOR MATCHES "Visu ADD_DEFINITIONS("-D_WINDOWS -D__WIN__") SUBDIRS(vio dbug strings regex mysys extra zlib storage/innobase storage/heap storage/myisam storage/myisammrg - extra/yassl extra/yassl/taocrypt client sql) + extra/yassl extra/yassl/taocrypt client sql server-tools/instance-manager) |