summaryrefslogtreecommitdiffstats
path: root/Source/cmSetTargetPropertiesCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-02-16 23:09:02 (GMT)
committerBrad King <brad.king@kitware.com>2006-02-16 23:09:02 (GMT)
commit53821a505ee7b9baee2337c0a93e176d64304896 (patch)
tree1ce647559f89a3a981d9823c2cbc9d4f0186a7fd /Source/cmSetTargetPropertiesCommand.h
parentb3b341cbbe5353683bd6580eeab0cdf71ec58781 (diff)
downloadCMake-53821a505ee7b9baee2337c0a93e176d64304896.zip
CMake-53821a505ee7b9baee2337c0a93e176d64304896.tar.gz
CMake-53821a505ee7b9baee2337c0a93e176d64304896.tar.bz2
ENH: Clarified documentation of DEFINE_SYMBOL.
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r--Source/cmSetTargetPropertiesCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h
index f4cb976..c24ec76 100644
--- a/Source/cmSetTargetPropertiesCommand.h
+++ b/Source/cmSetTargetPropertiesCommand.h
@@ -61,8 +61,8 @@ public:
"Properties that cmake knows about are PREFIX and SUFFIX for UNIX "
"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. "
+ "DEFINE_SYMBOL sets the name of the preprocessor symbol defined when "
+ "compiling sources in a shared library. "
"If not set here then it is set to target_EXPORTS by default "
"(with some substitutions if the target is not a valid C "
"identifier). "