summaryrefslogtreecommitdiffstats
path: root/Source/cmExportBuildFileGenerator.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2015-03-12 21:44:38 (GMT)
committerCristian Adam <cristian.adam@gmail.com>2019-08-26 16:16:42 (GMT)
commit0467a2f91b632e9eb69805b7f0a2034ed4c8f39e (patch)
tree873283bbe40282c2d1f92ed6ea2d54fdaf7e1c7b /Source/cmExportBuildFileGenerator.cxx
parent89479bde949b1ac33c37953ed768cd85b7d8109d (diff)
downloadCMake-0467a2f91b632e9eb69805b7f0a2034ed4c8f39e.zip
CMake-0467a2f91b632e9eb69805b7f0a2034ed4c8f39e.tar.gz
CMake-0467a2f91b632e9eb69805b7f0a2034ed4c8f39e.tar.bz2
PCH: add PRECOMPILE_HEADERS to special properties
Diffstat (limited to 'Source/cmExportBuildFileGenerator.cxx')
-rw-r--r--Source/cmExportBuildFileGenerator.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmExportBuildFileGenerator.cxx b/Source/cmExportBuildFileGenerator.cxx
index 8a1a305..9f0396b 100644
--- a/Source/cmExportBuildFileGenerator.cxx
+++ b/Source/cmExportBuildFileGenerator.cxx
@@ -91,6 +91,9 @@ bool cmExportBuildFileGenerator::GenerateMainFile(std::ostream& os)
this->PopulateInterfaceProperty("INTERFACE_COMPILE_OPTIONS", gte,
cmGeneratorExpression::BuildInterface,
properties, missingTargets);
+ this->PopulateInterfaceProperty("INTERFACE_PRECOMPILE_HEADERS", gte,
+ cmGeneratorExpression::BuildInterface,
+ properties, missingTargets);
this->PopulateInterfaceProperty("INTERFACE_AUTOUIC_OPTIONS", gte,
cmGeneratorExpression::BuildInterface,
properties, missingTargets);