summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg.bruehe@oracle.com>2012-06-11 12:11:02 +0200
committerJoerg Bruehe <joerg.bruehe@oracle.com>2012-06-11 12:11:02 +0200
commit3da15359523931c6e0e0a00cf0d0703316ee6117 (patch)
tree1e131ae2eda95fea782a826fc8ee13efed8bb586 /CMakeLists.txt
parenta61c7c3821fdb0c74f5d12096125185a9f53fcb9 (diff)
downloadmariadb-git-3da15359523931c6e0e0a00cf0d0703316ee6117.tar.gz
More changes to supporting the build of RPMs for ULN
from the MySQL 5.5 source tree. Contrary to the comment, the spec file for these ULN RPMs was missing in the previous changeset (blame ".bzrignore"). This change now brings said spec file, and it adds cmake handling for the new files. Still for internal tool tests only, not yet ready for publishing.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2adb60f0942..d566fd9f541 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -324,6 +324,7 @@ IF(NOT WITHOUT_SERVER)
IF(UNIX)
ADD_SUBDIRECTORY(man)
ENDIF()
+ ADD_SUBDIRECTORY(SPECIFIC-ULN)
ENDIF()
INCLUDE(cmake/abi_check.cmake)