diff options
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 016aa1c..eaf8f70 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -95,6 +95,11 @@ void cmTarget::DefineProperties(cmake *cm) "in a (configured) header file. Then report the limitation."); cm->DefineProperty + ("<CONFIG>_COMPILE_DEFINITIONS", cmProperty::TARGET, + "Per-configuration preprocessor definitions on a target.", + "This is the configuration-specific version of COMPILE_DEFINITIONS."); + + cm->DefineProperty ("DEFINE_SYMBOL", cmProperty::TARGET, "Define a symbol when compiling this target's sources.", "DEFINE_SYMBOL sets the name of the preprocessor symbol defined when " |