summaryrefslogtreecommitdiff
path: root/Source/cmTargetExport.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTargetExport.h')
-rw-r--r--Source/cmTargetExport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmTargetExport.h b/Source/cmTargetExport.h
index c9d87fb7e..76658887d 100644
--- a/Source/cmTargetExport.h
+++ b/Source/cmTargetExport.h
@@ -12,6 +12,8 @@
#ifndef cmTargetExport_h
#define cmTargetExport_h
+#include "cmStandardIncludes.h"
+
class cmTarget;
class cmInstallTargetGenerator;
class cmInstallFilesGenerator;
@@ -33,6 +35,7 @@ public:
cmInstallTargetGenerator* FrameworkGenerator;
cmInstallTargetGenerator* BundleGenerator;
cmInstallFilesGenerator* HeaderGenerator;
+ std::string InterfaceIncludeDirectories;
///@}
};