summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-02-10 13:52:07 (GMT)
committerBrad King <brad.king@kitware.com>2009-02-10 13:52:07 (GMT)
commit15c52e98913b68270be8af1aa0288604c302866b (patch)
tree76e046ce8fa22a2caac6b1874ad805935896a515 /Source/cmLocalGenerator.h
parentb604b98c5690c49109ad464190c1b8a7562410b0 (diff)
downloadCMake-15c52e98913b68270be8af1aa0288604c302866b.zip
CMake-15c52e98913b68270be8af1aa0288604c302866b.tar.gz
CMake-15c52e98913b68270be8af1aa0288604c302866b.tar.bz2
ENH: Add rule substitutions useful for launchers
This defines make rule substitutions <LANGUAGE>, <TARGET_NAME>, <TARGET_TYPE>, and <OUTPUT>. They will be useful for RULE_LAUNCH_* property values.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index a624e66..10ec3b8 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -214,6 +214,7 @@ public:
const char* Source;
const char* AssemblySource;
const char* PreprocessedSource;
+ const char* Output;
const char* Object;
const char* ObjectDir;
const char* Flags;