diff options
author | Luis Soares <luis.soares@sun.com> | 2009-10-25 22:58:52 +0000 |
---|---|---|
committer | Luis Soares <luis.soares@sun.com> | 2009-10-25 22:58:52 +0000 |
commit | 7d970f828586325727a12acbf663171de95f64c3 (patch) | |
tree | 6bb0aabd4b7ff3d9ba0066d724cc145de9c68705 /CMakeLists.txt | |
parent | ba0afceb9ec43a429f14ae77f66aff5f395f9a96 (diff) | |
parent | ce912c8ccf12d9a1c71e8adafb0e2c544bdc2efc (diff) | |
download | mariadb-git-7d970f828586325727a12acbf663171de95f64c3.tar.gz |
automerge: mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-merge.
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 22289507a02..c6769eca72d 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -291,6 +291,10 @@ FOREACH(DIR ${DYNAMIC_ENGINE_DIRECTORIES}) ADD_SUBDIRECTORY(${DIR}) ENDFOREACH(DIR ${DYNAMIC_ENGINE_DIRECTORIES}) +# Add subdirectories for semisync plugin +IF(NOT WITHOUT_DYNAMIC_PLUGINS) + ADD_SUBDIRECTORY(plugin/semisync) +ENDIF(NOT WITHOUT_DYNAMIC_PLUGINS) # FIXME "debug" only needed if build type is "Debug", but # CMAKE_BUILD_TYPE is not set during configure time. |