summaryrefslogtreecommitdiffstats
path: root/Source/cmSetSourceFilesPropertiesCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-03-01 02:33:04 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-03-01 02:33:04 (GMT)
commit0634c9d78e6d6128dcf81e7a8970711a69a095f2 (patch)
treeafa0d60a095cae9c4ddab090e5fa1283caca9987 /Source/cmSetSourceFilesPropertiesCommand.h
parent10d1639ea36f9ed48c6f8aac0ad8676110869de4 (diff)
downloadCMake-0634c9d78e6d6128dcf81e7a8970711a69a095f2.zip
CMake-0634c9d78e6d6128dcf81e7a8970711a69a095f2.tar.gz
CMake-0634c9d78e6d6128dcf81e7a8970711a69a095f2.tar.bz2
ENH: fix docs
Diffstat (limited to 'Source/cmSetSourceFilesPropertiesCommand.h')
-rw-r--r--Source/cmSetSourceFilesPropertiesCommand.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/cmSetSourceFilesPropertiesCommand.h b/Source/cmSetSourceFilesPropertiesCommand.h
index e210de2..3d83e5b 100644
--- a/Source/cmSetSourceFilesPropertiesCommand.h
+++ b/Source/cmSetSourceFilesPropertiesCommand.h
@@ -69,10 +69,9 @@ public:
"added to a target. Obviously, "
"it must be created (presumably by a custom command) before the "
"target is built. "
- "If the HEADER_FILE_ONLY (boolean) property is true then dependency "
- "information is not created for that file (this is set "
- "automatically, based on the file's name's extension and is probably "
- "only used by Makefiles). "
+ "If the HEADER_FILE_ONLY (boolean) property is true then the "
+ "file is not compiled. This is useful if you want to add extra "
+ "non build files to an IDE. "
"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. "