mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
ENH: modified GET_TARGET_PROPERTIES to work with all targets
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user