summaryrefslogtreecommitdiffstats
path: root/Source/cmSetTargetPropertiesCommand.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-28 01:59:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-28 01:59:44 (GMT)
commitdb68c543ff7ee0a59ec5fa463f59255193a9a479 (patch)
treee7311dabbedcdb504bf38a9b7fdb3a0ed8791ddc /Source/cmSetTargetPropertiesCommand.h
parent451522381d510c02185ac8bfb75c3aa93b863fb4 (diff)
downloadCMake-db68c543ff7ee0a59ec5fa463f59255193a9a479.zip
CMake-db68c543ff7ee0a59ec5fa463f59255193a9a479.tar.gz
CMake-db68c543ff7ee0a59ec5fa463f59255193a9a479.tar.bz2
ENH: Add pre and post install script support
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r--Source/cmSetTargetPropertiesCommand.h4
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 "