summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 7260513..d28917a 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -182,6 +182,7 @@ public:
this->Flags= 0;
this->ObjectsQuoted= 0;
this->TargetSOName= 0;
+ this->TargetInstallNameDir = 0;
this->LinkFlags= 0;
}
const char* Language;
@@ -193,6 +194,7 @@ public:
const char* Flags;
const char* ObjectsQuoted;
const char* TargetSOName;
+ const char* TargetInstallNameDir;
const char* LinkFlags;
};