summaryrefslogtreecommitdiffstats
path: root/Source/cmSetSourceFilesPropertiesCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-12 17:53:21 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-12 17:53:21 (GMT)
commitdaa37f116340fa86c1a511847fe65ad999095fa0 (patch)
treec7b5e27c5bc3407266dca8ea5c987ff32a81b5a2 /Source/cmSetSourceFilesPropertiesCommand.h
parent2bb24565e5fb9ba99aa3164332a81504a7eb51b0 (diff)
downloadCMake-daa37f116340fa86c1a511847fe65ad999095fa0.zip
CMake-daa37f116340fa86c1a511847fe65ad999095fa0.tar.gz
CMake-daa37f116340fa86c1a511847fe65ad999095fa0.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmSetSourceFilesPropertiesCommand.h')
-rw-r--r--Source/cmSetSourceFilesPropertiesCommand.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/Source/cmSetSourceFilesPropertiesCommand.h b/Source/cmSetSourceFilesPropertiesCommand.h
index 99c032c..c1501f9 100644
--- a/Source/cmSetSourceFilesPropertiesCommand.h
+++ b/Source/cmSetSourceFilesPropertiesCommand.h
@@ -60,11 +60,12 @@ public:
"to change, and then provide the values you want to set next. You "
"can make up your own properties as well. "
"The following are used by CMake. "
- "The ABSTRACT flag (boolean) is used by some class wrapping commands. "
+ "The ABSTRACT flag (boolean) is used by some class wrapping "
+ "commands. "
"If WRAP_EXCLUDE (boolean) is true then many wrapping commands "
- "will ignore this file. "
- "If GENERATED (boolean) is true then it is not an error if this "
- "source file does not exist when it is added to a target. Obviously, "
+ "will ignore this file. If GENERATED (boolean) is true then it "
+ "is not an error if this source file does not exist when it is "
+ "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 "