Export the INTERFACE_PIC property.

This commit is contained in:
Stephen Kelly
2013-01-12 12:13:19 +01:00
committed by Brad King
parent 4ee872cb99
commit 522bdac149
7 changed files with 46 additions and 0 deletions

View File

@@ -89,6 +89,8 @@ bool cmExportInstallFileGenerator::GenerateMainFile(std::ostream& os)
te,
cmGeneratorExpression::InstallInterface,
properties, missingTargets);
this->PopulateInterfaceProperty("INTERFACE_POSITION_INDEPENDENT_CODE",
te, properties);
this->GenerateInterfaceProperties(te, os, properties);
}