mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
cmComputeTargetDepends: Factor out helper to add object library dependency
This commit is contained in:
@@ -16,6 +16,7 @@ class cmComputeComponentGraph;
|
||||
class cmGeneratorTarget;
|
||||
class cmGlobalGenerator;
|
||||
class cmLinkItem;
|
||||
class cmSourceFile;
|
||||
class cmTargetDependSet;
|
||||
|
||||
/** \class cmComputeTargetDepends
|
||||
@@ -71,6 +72,8 @@ private:
|
||||
cmListFileBacktrace const& dependee_backtrace,
|
||||
const std::string& config,
|
||||
std::set<cmLinkItem>& emitted);
|
||||
void AddObjectDepends(int depender_index, cmSourceFile const* o,
|
||||
std::set<cmLinkItem>& emitted);
|
||||
cmGlobalGenerator* GlobalGenerator;
|
||||
bool DebugMode;
|
||||
bool NoCycles;
|
||||
|
||||
Reference in New Issue
Block a user