diff options
author | Brad King <brad.king@kitware.com> | 2010-12-06 17:11:36 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-12-15 14:53:31 -0500 |
commit | 4091bca4ecf4a7f9c2099a7d34e125494de60e1c (patch) | |
tree | 0c801e0274c19f1e5ca72c1447eb386f69713286 /Source/CMakeLists.txt | |
parent | bfb7288f8103298bf4cabb60a13208f95595a7db (diff) | |
download | cmake-4091bca4ecf4a7f9c2099a7d34e125494de60e1c.tar.gz |
Factor generator expression docs out of add_test
This documentation may be reused wherever generator expressions are
supported.
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 49412d8c21..f183eb4c6e 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -158,6 +158,7 @@ SET(SRCS cmDocumentationFormatterText.cxx cmDocumentationFormatterUsage.cxx cmDocumentationSection.cxx + cmDocumentGeneratorExpressions.h cmDocumentVariables.cxx cmDynamicLoader.cxx cmDynamicLoader.h |