diff options
author | Brad King <brad.king@kitware.com> | 2022-01-06 20:48:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-01-29 11:48:12 (GMT) |
commit | 193a999cd5ed345d79b91dae1fd284248ec93ba2 (patch) | |
tree | 11b314bb168e8b9b502624644a9bb474ec046924 /Source/cmTarget.h | |
parent | 22d5427aa60973b387ade94dc8e65fca8d4de413 (diff) | |
download | CMake-193a999cd5ed345d79b91dae1fd284248ec93ba2.zip CMake-193a999cd5ed345d79b91dae1fd284248ec93ba2.tar.gz CMake-193a999cd5ed345d79b91dae1fd284248ec93ba2.tar.bz2 |
cmTarget: Add INTERFACE_LINK_LIBRARIES_DIRECT{,_EXCLUDE} backtrace storage
These properties will be given meaning by later commits.
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 1173f49..18e39c7 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -266,6 +266,8 @@ public: cmBTStringRange GetLinkImplementationEntries() const; cmBTStringRange GetLinkInterfaceEntries() const; + cmBTStringRange GetLinkInterfaceDirectEntries() const; + cmBTStringRange GetLinkInterfaceDirectExcludeEntries() const; cmBTStringRange GetHeaderSetsEntries() const; |