summaryrefslogtreecommitdiffstats
path: root/Source/cmSetSourceFilesPropertiesCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-02-06 21:03:41 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-02-06 21:03:41 (GMT)
commitf752ff9268f68c184b30006f79c10946ffa349c8 (patch)
treebd2f595f690fcbd830f018e96d57c04bb41b5155 /Source/cmSetSourceFilesPropertiesCommand.h
parentbc8f3d504a5f45cb6fc664463d841c2aabb13fed (diff)
downloadCMake-f752ff9268f68c184b30006f79c10946ffa349c8.zip
CMake-f752ff9268f68c184b30006f79c10946ffa349c8.tar.gz
CMake-f752ff9268f68c184b30006f79c10946ffa349c8.tar.bz2
ENH: fix documentation to include source language property
Diffstat (limited to 'Source/cmSetSourceFilesPropertiesCommand.h')
-rw-r--r--Source/cmSetSourceFilesPropertiesCommand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmSetSourceFilesPropertiesCommand.h b/Source/cmSetSourceFilesPropertiesCommand.h
index 1d14443..d246d24 100644
--- a/Source/cmSetSourceFilesPropertiesCommand.h
+++ b/Source/cmSetSourceFilesPropertiesCommand.h
@@ -75,6 +75,9 @@ public:
"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.";