diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-17 12:27:59 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-18 14:29:29 (GMT) |
commit | 1293c1561a58b2f8b0bd4ec05bb249fc36f487ac (patch) | |
tree | c45a907930d492790b0ce677c5c9cc4cddabcb98 /Source/cmGlobalGenerator.h | |
parent | 381e7afd363d64c72b83e69fd6c6cad5fc3eefb4 (diff) | |
download | CMake-1293c1561a58b2f8b0bd4ec05bb249fc36f487ac.zip CMake-1293c1561a58b2f8b0bd4ec05bb249fc36f487ac.tar.gz CMake-1293c1561a58b2f8b0bd4ec05bb249fc36f487ac.tar.bz2 |
cmExportTryCompileFileGenerator: Port to cmGeneratorTarget.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index ad8992f..4e6b11d 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -91,6 +91,9 @@ public: ImportedOnly }; + void CreateImportedGenerationObjects(cmMakefile* mf, + std::vector<std::string> const& targets, + std::vector<cmGeneratorTarget const*>& exports); void CreateGenerationObjects(TargetTypes targetTypes = AllTargets); /** |