summaryrefslogtreecommitdiffstats
path: root/Source/cmGetTargetPropertyCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-07-01 14:57:39 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-07-01 14:57:39 (GMT)
commit7f2e7443bfb6ad7c1148d0ac4f370b251d663fb3 (patch)
tree7ae9592d8ac325d54ea13d73e48750e8cbd15e28 /Source/cmGetTargetPropertyCommand.h
parentd5814719d60ba3b97fa1189de49fd16f405c6ae0 (diff)
downloadCMake-7f2e7443bfb6ad7c1148d0ac4f370b251d663fb3.zip
CMake-7f2e7443bfb6ad7c1148d0ac4f370b251d663fb3.tar.gz
CMake-7f2e7443bfb6ad7c1148d0ac4f370b251d663fb3.tar.bz2
ENH: added Alexander's target property TYPE
Diffstat (limited to 'Source/cmGetTargetPropertyCommand.h')
-rw-r--r--Source/cmGetTargetPropertyCommand.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmGetTargetPropertyCommand.h b/Source/cmGetTargetPropertyCommand.h
index 8e455c3..b7ef94c 100644
--- a/Source/cmGetTargetPropertyCommand.h
+++ b/Source/cmGetTargetPropertyCommand.h
@@ -61,6 +61,10 @@ public:
"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.\n"
+ "The read-only property \"TYPE\" returns which type the specified "
+ "target has (EXECUTABLE, STATIC_LIBRARY, SHARED_LIBRARY, "
+ "MODULE_LIBRARY, UTILITY, INSTALL_FILES or INSTALL_PROGRAMS)."
"This command can get properties for any target so far created. "
"The targets do not need to be in the current CMakeLists.txt file.";
}