|
@@ -8380,6 +8380,7 @@ bool cmGeneratorTarget::DiscoverSyntheticTargets(cmSyntheticTargetCache& cache,
|
|
|
auto gtp = cm::make_unique<cmGeneratorTarget>(tgt, lg);
|
|
auto gtp = cm::make_unique<cmGeneratorTarget>(tgt, lg);
|
|
|
synthDep = gtp.get();
|
|
synthDep = gtp.get();
|
|
|
cache.CxxModuleTargets[targetName] = synthDep;
|
|
cache.CxxModuleTargets[targetName] = synthDep;
|
|
|
|
|
+ gtp->DiscoverSyntheticTargets(cache, config);
|
|
|
lg->AddGeneratorTarget(std::move(gtp));
|
|
lg->AddGeneratorTarget(std::move(gtp));
|
|
|
} else {
|
|
} else {
|
|
|
synthDep = cached->second;
|
|
synthDep = cached->second;
|