summaryrefslogtreecommitdiffstats
path: root/Source/cmGetTargetPropertyCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-06-20 18:00:48 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-06-20 18:00:48 (GMT)
commit26c53fe14c4d6cabb8b7476f5c19ca7088199841 (patch)
tree0a21177b04547b365a0c82a52979315cb4adcd97 /Source/cmGetTargetPropertyCommand.h
parent490119d2aa31eaaeb99a145ab3e7b2aee2c957db (diff)
downloadCMake-26c53fe14c4d6cabb8b7476f5c19ca7088199841.zip
CMake-26c53fe14c4d6cabb8b7476f5c19ca7088199841.tar.gz
CMake-26c53fe14c4d6cabb8b7476f5c19ca7088199841.tar.bz2
ENH: modified GET_TARGET_PROPERTIES to work with all targets
Diffstat (limited to 'Source/cmGetTargetPropertyCommand.h')
-rw-r--r--Source/cmGetTargetPropertyCommand.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmGetTargetPropertyCommand.h b/Source/cmGetTargetPropertyCommand.h
index 3f617a0..8e455c3 100644
--- a/Source/cmGetTargetPropertyCommand.h
+++ b/Source/cmGetTargetPropertyCommand.h
@@ -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);