diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-10-18 13:10:42 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-10-18 13:10:42 (GMT) |
commit | 5c4eadba23a6341c3cd685f68e8c9b77ef186aea (patch) | |
tree | efee0a6bdb9d3141f31cbc5b02ba83fda89a7e26 /Source/CMakeLists.txt | |
parent | 83a3d37ff62d992e702ba29d4c75f44b3edc9343 (diff) | |
download | CMake-5c4eadba23a6341c3cd685f68e8c9b77ef186aea.zip CMake-5c4eadba23a6341c3cd685f68e8c9b77ef186aea.tar.gz CMake-5c4eadba23a6341c3cd685f68e8c9b77ef186aea.tar.bz2 |
ENH: add docs for variables
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 6a7c2dc..17f8137 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -113,6 +113,7 @@ SET(SRCS cmDocumentationFormatterMan.cxx cmDocumentationFormatterText.cxx cmDocumentationFormatterUsage.cxx + cmDocumentVariables.cxx cmDynamicLoader.cxx cmDynamicLoader.h cmExprLexer.cxx |