diff options
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTargetPropertiesCommand.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index a6dacf0..726e434 100644 --- a/Source/cmSetTargetPropertiesCommand.h +++ b/Source/cmSetTargetPropertiesCommand.h @@ -62,7 +62,9 @@ public: "systems and libraries. CMake also knows about LINK_FLAGS, which " "can be used to add extra flags to the link step of a target." "DEFINE_SYMBOL is a symbol that is defined when compiling C or C++ " - "sources. " + "sources. PRE_INSTALL_SCRIPT specifies CMake script that is run " + "prior to installing the target. POST_INSTALL_SCRIPT specifies " + "CMake script that is run after target is installed. " "If not set here then it is set to target_EXPORTS by default " "(with some substitutions if target is not a valid C identifier). " "You can use and prop value pair you want and extract it later with " |