Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
0634c9d7
Commit
0634c9d7
authored
Feb 29, 2008
by
Bill Hoffman
Browse files
ENH: fix docs
parent
10d1639e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmSetSourceFilesPropertiesCommand.h
View file @
0634c9d7
...
...
@@ -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. "
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment