diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-09-19 13:05:28 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-09-19 13:05:28 (GMT) |
commit | c5f249bdbdb894d72db8211021ac2b9ff8b02fa7 (patch) | |
tree | 9378751765b4e994d93ba99cfa7e737a180e6513 /Source/CMakeLists.txt | |
parent | b4f02ec0bd8e102fb93230ed2ffe15c90bb33a81 (diff) | |
download | CMake-c5f249bdbdb894d72db8211021ac2b9ff8b02fa7.zip CMake-c5f249bdbdb894d72db8211021ac2b9ff8b02fa7.tar.gz CMake-c5f249bdbdb894d72db8211021ac2b9ff8b02fa7.tar.bz2 |
STYLE: move the code for the different formats of the generated help into
their own classes, making cmDocumentation smaller and also making it easier
to eventually add another format
Alex
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 23bbd8f..a26230e 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -101,6 +101,11 @@ SET(SRCS cmDependsJavaParserHelper.cxx cmDependsJavaParserHelper.h cmDocumentation.cxx + cmDocumentationFormatter.cxx + cmDocumentationFormatterHTML.cxx + cmDocumentationFormatterMan.cxx + cmDocumentationFormatterText.cxx + cmDocumentationFormatterUsage.cxx cmDynamicLoader.cxx cmDynamicLoader.h cmExprLexer.cxx |