diff options
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt index 1582f0898d8..ee08721b27c 100644 --- a/libmysqld/CMakeLists.txt +++ b/libmysqld/CMakeLists.txt @@ -145,6 +145,13 @@ IF(WITH_CSV_STORAGE_ENGINE) ENDFOREACH(rpath) ENDIF(WITH_CSV_STORAGE_ENGINE) +IF(WITH_MARIA_STORAGE_ENGINE) + INCLUDE(${CMAKE_SOURCE_DIR}/storage/maria/CMakeLists.txt) + FOREACH(rpath ${MARIA_SOURCES}) + SET(LIB_SOURCES ${LIB_SOURCES} ../storage/maria/${rpath}) + ENDFOREACH(rpath) +ENDIF(WITH_MARIA_STORAGE_ENGINE) + SET(SOURCE_SUBLIBS FALSE) SET(LIBMYSQLD_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc |