diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index c4314a4..1173f49 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -265,6 +265,8 @@ public: cmBTStringRange GetLinkImplementationEntries() const; + cmBTStringRange GetLinkInterfaceEntries() const; + cmBTStringRange GetHeaderSetsEntries() const; cmBTStringRange GetInterfaceHeaderSetsEntries() const; |