summaryrefslogtreecommitdiffstats
path: root/Source/cmCommonTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-05-31 19:14:37 (GMT)
committerBrad King <brad.king@kitware.com>2022-05-31 19:40:35 (GMT)
commit39dba8a2449e3f866088b13faf3d6cbf60852751 (patch)
tree08939d4a398493abbaa9f4ed5191c7004aab2883 /Source/cmCommonTargetGenerator.h
parent0b3056821929646a0b9394c95dbdcc1482a18e89 (diff)
downloadCMake-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.h5
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;