diff options
author | Brad King <brad.king@kitware.com> | 2011-01-17 12:55:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-01-17 12:55:48 (GMT) |
commit | 668ce6b1e88c1732bc677413033552994c951709 (patch) | |
tree | 855ba192baffbd3be630280708f46d05972344b8 /Source/CMakeLists.txt | |
parent | 28a0403c3491d4a96f5dc827e54442a1d0a0dea7 (diff) | |
download | CMake-668ce6b1e88c1732bc677413033552994c951709.zip CMake-668ce6b1e88c1732bc677413033552994c951709.tar.gz CMake-668ce6b1e88c1732bc677413033552994c951709.tar.bz2 |
Combine duplicate COMPILE_DEFINITIONS disclaimer
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 f183eb4..7722c19 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -158,6 +158,7 @@ SET(SRCS cmDocumentationFormatterText.cxx cmDocumentationFormatterUsage.cxx cmDocumentationSection.cxx + cmDocumentCompileDefinitions.h cmDocumentGeneratorExpressions.h cmDocumentVariables.cxx cmDynamicLoader.cxx |