mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
cmGeneratorTarget: Add LookupLinkItem option to consider own target name
This commit is contained in:
@@ -1073,9 +1073,15 @@ private:
|
||||
{
|
||||
cmLocalGenerator const* LG;
|
||||
};
|
||||
enum class LookupSelf
|
||||
{
|
||||
No,
|
||||
Yes,
|
||||
};
|
||||
cm::optional<cmLinkItem> LookupLinkItem(std::string const& n,
|
||||
cmListFileBacktrace const& bt,
|
||||
LookupLinkItemScope* scope) const;
|
||||
LookupLinkItemScope* scope,
|
||||
LookupSelf lookupSelf) const;
|
||||
|
||||
std::vector<BT<std::string>> GetSourceFilePaths(
|
||||
std::string const& config) const;
|
||||
|
||||
Reference in New Issue
Block a user