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
+2
View File
@@ -72,6 +72,8 @@ bool cmExportBuildFileGenerator::GenerateMainFile(std::ostream& os)
this->PopulateInterfaceProperty("INTERFACE_COMPILE_DEFINITIONS", te,
cmGeneratorExpression::BuildInterface,
properties, missingTargets);
this->PopulateInterfaceProperty("INTERFACE_POSITION_INDEPENDENT_CODE",
te, properties);
this->GenerateInterfaceProperties(te, os, properties);
}