diff options
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 1 |
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; |