diff options
author | Brad King <brad.king@kitware.com> | 2004-07-28 12:12:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-07-28 12:12:22 (GMT) |
commit | e52dc31185575fc25d74c0b55df095b1bd70eeb5 (patch) | |
tree | 2a9d5b9c878c203967efc4eb759aecd177db82ad /Source/cmGetTargetPropertyCommand.h | |
parent | 2a8b05b69d2db9b4c24db73f8e5a662747ec312b (diff) | |
download | CMake-e52dc31185575fc25d74c0b55df095b1bd70eeb5.zip CMake-e52dc31185575fc25d74c0b55df095b1bd70eeb5.tar.gz CMake-e52dc31185575fc25d74c0b55df095b1bd70eeb5.tar.bz2 |
ENH: Added documentation of LOCATION target property.
Diffstat (limited to 'Source/cmGetTargetPropertyCommand.h')
-rw-r--r-- | Source/cmGetTargetPropertyCommand.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmGetTargetPropertyCommand.h b/Source/cmGetTargetPropertyCommand.h index ef7358a..3f617a0 100644 --- a/Source/cmGetTargetPropertyCommand.h +++ b/Source/cmGetTargetPropertyCommand.h @@ -57,7 +57,10 @@ public: "stored in the variable VAR. If the property is not found, var " "will be set to NOT_FOUND. Use SET_TARGET_PROPERTIES to set " "property values. Properties are usually used to control how " - "a target is built."; + "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."; } cmTypeMacro(cmGetTargetPropertyCommand, cmCommand); |