summaryrefslogtreecommitdiff
path: root/cmake/install_layout.cmake
diff options
context:
space:
mode:
authorTor Didriksen <tor.didriksen@oracle.com>2012-10-24 17:06:43 +0200
committerTor Didriksen <tor.didriksen@oracle.com>2012-10-24 17:06:43 +0200
commit4baab59e93c7d02f33a711e1ee54ea324f6bd988 (patch)
tree751f50b03a9327d272068e90a041d690b1422fac /cmake/install_layout.cmake
parent9934bc54093772ff262eb38125a5d12f27c09ad9 (diff)
downloadmariadb-git-4baab59e93c7d02f33a711e1ee54ea324f6bd988.tar.gz
Bug#14737559 BZR JOIN PLUGIN TREES INTO INTERNAL/PLUGIN
Part three: Fix some search paths.
Diffstat (limited to 'cmake/install_layout.cmake')
-rw-r--r--cmake/install_layout.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake
index 036164d868b..18c7afd8037 100644
--- a/cmake/install_layout.cmake
+++ b/cmake/install_layout.cmake
@@ -104,7 +104,10 @@ ENDIF()
# just use if(INSTALL_PLUGINTESTDIR).
# The plugin must set its own install path for tests
#
-FILE(GLOB plugin_tests ${CMAKE_SOURCE_DIR}/plugin/*/tests)
+FILE(GLOB plugin_tests
+ ${CMAKE_SOURCE_DIR}/plugin/*/tests
+ ${CMAKE_SOURCE_DIR}/internal/plugin/*/tests
+)
#
# STANDALONE layout