diff options
Diffstat (limited to 'cmakelists.txt')
-rw-r--r-- | cmakelists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmakelists.txt b/cmakelists.txt index 6c6834730b0..5ed5069fb46 100644 --- a/cmakelists.txt +++ b/cmakelists.txt @@ -33,5 +33,5 @@ ENDIF(CMAKE_GENERATOR MATCHES "Visual Studio 7" OR CMAKE_GENERATOR MATCHES "Visu ADD_DEFINITIONS("-D_WINDOWS -D__WIN__ -D _CRT_SECURE_NO_DEPRECATE") SUBDIRS(vio dbug strings regex mysys extra/yassl extra/yassl/taocrypt extra - zlib storage/innobase storage/heap storage/myisam storage/myisammrg - client sql server-tools/instance-manager libmysql tests) + zlib storage/heap storage/myisam storage/myisammrg client + ${se_subdirs} sql server-tools/instance-manager libmysql tests) |