[cmake-commits] martink committed CMakeLists.txt 1.313 1.314

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Dec 4 11:05:26 EST 2006


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv15954

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: added properties into the compile


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -d -r1.313 -r1.314
--- CMakeLists.txt	30 Nov 2006 02:36:13 -0000	1.313
+++ CMakeLists.txt	4 Dec 2006 16:05:23 -0000	1.314
@@ -110,6 +110,8 @@
   cmExprLexer.cxx
   cmExprParser.cxx
   cmExprParserHelper.cxx
+  cmFileTimeComparison.cxx
+  cmFileTimeComparison.h
   cmGeneratedFileStream.cxx
   cmGlobalGenerator.cxx
   cmGlobalGenerator.h
@@ -140,8 +142,14 @@
   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



More information about the Cmake-commits mailing list