mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: added Alexander's target property TYPE
This commit is contained in:
@@ -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.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user