ENH: modified GET_TARGET_PROPERTIES to work with all targets

This commit is contained in:
Ken Martin
2005-06-20 14:00:48 -04:00
parent 490119d2aa
commit 26c53fe14c
5 changed files with 58 additions and 84 deletions
+3 -1
View File
@@ -60,7 +60,9 @@ public:
"a target is built. The read-only property \"LOCATION\" specifies "
"the full path to the file on disk that will be created for the "
"target. This is very useful for executable targets to get "
"the path to the executable file for use in a custom command.";
"the path to the executable file for use in a custom command. "
"This command can get properties for any target so far created. "
"The targets do not need to be in the current CMakeLists.txt file.";
}
cmTypeMacro(cmGetTargetPropertyCommand, cmCommand);