From 011532e0c3503cd5767a6090a6e55271cc365a09 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Mon, 4 Dec 2006 11:05:23 -0500 Subject: [PATCH] ENH: added properties into the compile --- Source/CMakeLists.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 32e815e16d..8a6e300540 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -110,6 +110,8 @@ SET(SRCS cmExprLexer.cxx cmExprParser.cxx cmExprParserHelper.cxx + cmFileTimeComparison.cxx + cmFileTimeComparison.h cmGeneratedFileStream.cxx cmGlobalGenerator.cxx cmGlobalGenerator.h @@ -140,8 +142,14 @@ SET(SRCS cmMakefileLibraryTargetGenerator.cxx cmMakefileUtilityTargetGenerator.cxx cmOrderLinkDirectories.cxx - cmFileTimeComparison.cxx - cmFileTimeComparison.h + cmProperty.cxx + cmProperty.h + cmPropertyDefinition.cxx + cmPropertyDefinition.h + cmPropertyDefinitionMap.cxx + cmPropertyDefinitionMap.h + cmPropertyMap.cxx + cmPropertyMap.h cmSourceFile.cxx cmSourceFile.h cmSourceGroup.cxx