[cmake-commits] hoffman committed cmSetSourceFilesPropertiesCommand.h 1.12 1.13

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 6 16:03:43 EST 2007


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

Modified Files:
	cmSetSourceFilesPropertiesCommand.h 
Log Message:
ENH: fix documentation to include source language property


Index: cmSetSourceFilesPropertiesCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSetSourceFilesPropertiesCommand.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cmSetSourceFilesPropertiesCommand.h	11 Dec 2006 15:26:10 -0000	1.12
+++ cmSetSourceFilesPropertiesCommand.h	6 Feb 2007 21:03:41 -0000	1.13
@@ -75,6 +75,9 @@
         "OBJECT_DEPENDS (string) adds dependencies to the object file.  "
         "COMPILE_FLAGS (string) is passed to the compiler as additional "
         "command line arguments when the source file is compiled.  "
+        "LANGUAGE (string) CXX|C will change the default compiler used "
+        "to compile the source file. The languages used need to be enabled " 
+        "in the PROJECT command. "
         "If SYMBOLIC (boolean) is set to true the build system will be "
         "informed that the source file is not actually created on disk but "
         "instead used as a symbolic name for a build rule.";



More information about the Cmake-commits mailing list