summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallExportGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-07-15 13:33:42 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-07-15 13:33:42 (GMT)
commitb6e0972262241b287fa4048b29dd920fecf22ea1 (patch)
treebd40298d5fc53e33478e566cc8e937dae40a0a93 /Source/cmInstallExportGenerator.h
parentf6024ef420103c4cb393d7752f7e110c5e0d5dfe (diff)
parent3e30d9ed67f963af15b8d57d24a5fa377299e43a (diff)
downloadCMake-b6e0972262241b287fa4048b29dd920fecf22ea1.zip
CMake-b6e0972262241b287fa4048b29dd920fecf22ea1.tar.gz
CMake-b6e0972262241b287fa4048b29dd920fecf22ea1.tar.bz2
Merge topic 'INTERFACE_LINK_LIBRARIES-prop'
3e30d9e TLL: Don't populate old link interface if CMP0022 is NEW. 574fec9 Export: Generate INTERFACE_LINK_LIBRARIES property on targets. d0a76ea Introduce the INTERFACE_LINK_LIBRARIES property. ddde61c Introduce the LINK_ONLY generator expression. 5aa9731 GenexEval: Add abstracted access to link interface for a target.
Diffstat (limited to 'Source/cmInstallExportGenerator.h')
-rw-r--r--Source/cmInstallExportGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmInstallExportGenerator.h b/Source/cmInstallExportGenerator.h
index 7aff731..37b5593 100644
--- a/Source/cmInstallExportGenerator.h
+++ b/Source/cmInstallExportGenerator.h
@@ -31,7 +31,7 @@ public:
const std::vector<std::string>& configurations,
const char* component,
const char* filename, const char* name_space,
- cmMakefile* mf);
+ bool exportOld, cmMakefile* mf);
~cmInstallExportGenerator();
cmExportSet* GetExportSet() {return this->ExportSet;}
@@ -52,6 +52,7 @@ protected:
std::string FilePermissions;
std::string FileName;
std::string Namespace;
+ bool ExportOld;
cmMakefile* Makefile;
std::string TempDir;