diff options
author | Brad King <brad.king@kitware.com> | 2022-05-31 19:14:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-05-31 19:40:35 (GMT) |
commit | 39dba8a2449e3f866088b13faf3d6cbf60852751 (patch) | |
tree | 08939d4a398493abbaa9f4ed5191c7004aab2883 /Source/cmCommonTargetGenerator.h | |
parent | 0b3056821929646a0b9394c95dbdcc1482a18e89 (diff) | |
download | CMake-39dba8a2449e3f866088b13faf3d6cbf60852751.zip CMake-39dba8a2449e3f866088b13faf3d6cbf60852751.tar.gz CMake-39dba8a2449e3f866088b13faf3d6cbf60852751.tar.bz2 |
cmLocalGenerator: Adopt AppendModuleDefinitionFlag method
Migrate from `cmCommonTargetGenerator::AddModuleDefinitionFlag`.
Diffstat (limited to 'Source/cmCommonTargetGenerator.h')
-rw-r--r-- | Source/cmCommonTargetGenerator.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmCommonTargetGenerator.h b/Source/cmCommonTargetGenerator.h index 1b804b4..e8c5a19 100644 --- a/Source/cmCommonTargetGenerator.h +++ b/Source/cmCommonTargetGenerator.h @@ -13,7 +13,6 @@ class cmGeneratorTarget; class cmGlobalCommonGenerator; -class cmLinkLineComputer; class cmLocalCommonGenerator; class cmMakefile; class cmSourceFile; @@ -33,10 +32,6 @@ protected: // Feature query methods. cmValue GetFeature(const std::string& feature, const std::string& config); - // Helper to add flag for windows .def file. - void AddModuleDefinitionFlag(cmLinkLineComputer* linkLineComputer, - std::string& flags, const std::string& config); - cmGeneratorTarget* GeneratorTarget; cmMakefile* Makefile; cmLocalCommonGenerator* LocalCommonGenerator; |