diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 83fd0b1..fabf7cf 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -46,6 +46,10 @@ struct cmTargetLinkInterface // Shared library dependencies needed for linking on some platforms. std::vector<std::string> SharedDeps; + + // Libraries listed for other configurations. + // Needed only for OLD behavior of CMP0003. + std::vector<std::string> WrongConfigLibraries; }; struct cmTargetLinkInterfaceMap: |