diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-01-20 16:09:29 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-01-21 08:05:03 (GMT) |
commit | 830246e841d24cc9513c857859a4327ffb1d3da5 (patch) | |
tree | 7af58ecf6a34cc50036af30669cb7207c04a9760 /Source/cmExportFileGenerator.h | |
parent | bd82bb4787410a0bdd6120b8c449f5d31ecc4c28 (diff) | |
download | CMake-830246e841d24cc9513c857859a4327ffb1d3da5.zip CMake-830246e841d24cc9513c857859a4327ffb1d3da5.tar.gz CMake-830246e841d24cc9513c857859a4327ffb1d3da5.tar.bz2 |
Export the COMPATIBLE_INTERFACE_BOOL content properties
Diffstat (limited to 'Source/cmExportFileGenerator.h')
-rw-r--r-- | Source/cmExportFileGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmExportFileGenerator.h b/Source/cmExportFileGenerator.h index eb3f3c3..b39df0f 100644 --- a/Source/cmExportFileGenerator.h +++ b/Source/cmExportFileGenerator.h @@ -103,6 +103,8 @@ protected: std::vector<std::string> &missingTargets); void PopulateInterfaceProperty(const char *propName, cmTarget *target, ImportPropertyMap &properties); + void PopulateCompatibleInterfaceProperties(cmTarget *target, + ImportPropertyMap &properties); void GenerateInterfaceProperties(cmTarget *target, std::ostream& os, const ImportPropertyMap &properties); |