ENH: fix docs
This commit is contained in:
parent
10d1639ea3
commit
0634c9d78e
|
@ -69,10 +69,9 @@ public:
|
||||||
"added to a target. Obviously, "
|
"added to a target. Obviously, "
|
||||||
"it must be created (presumably by a custom command) before the "
|
"it must be created (presumably by a custom command) before the "
|
||||||
"target is built. "
|
"target is built. "
|
||||||
"If the HEADER_FILE_ONLY (boolean) property is true then dependency "
|
"If the HEADER_FILE_ONLY (boolean) property is true then the "
|
||||||
"information is not created for that file (this is set "
|
"file is not compiled. This is useful if you want to add extra "
|
||||||
"automatically, based on the file's name's extension and is probably "
|
"non build files to an IDE. "
|
||||||
"only used by Makefiles). "
|
|
||||||
"OBJECT_DEPENDS (string) adds dependencies to the object file. "
|
"OBJECT_DEPENDS (string) adds dependencies to the object file. "
|
||||||
"COMPILE_FLAGS (string) is passed to the compiler as additional "
|
"COMPILE_FLAGS (string) is passed to the compiler as additional "
|
||||||
"command line arguments when the source file is compiled. "
|
"command line arguments when the source file is compiled. "
|
||||||
|
|
Loading…
Reference in New Issue