ENH: added Alexander's target property TYPE

This commit is contained in:
Ken Martin
2005-07-01 10:57:39 -04:00
parent d5814719d6
commit 7f2e7443bf
2 changed files with 34 additions and 0 deletions

View File

@@ -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.";
}