diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:37:06 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:37:06 (GMT) |
commit | 20993de46444e0f74700a641b54a8ca7e015bac4 (patch) | |
tree | cf304609fe7d56bd8a3b40ba4061670d91bdbf40 /Source/cmLinkItem.h | |
parent | f8ca51a054732d5b0e2c6052ee102b748bd5848c (diff) | |
download | CMake-20993de46444e0f74700a641b54a8ca7e015bac4.zip CMake-20993de46444e0f74700a641b54a8ca7e015bac4.tar.gz CMake-20993de46444e0f74700a641b54a8ca7e015bac4.tar.bz2 |
cmTarget: Move cmHeadToLinkInterfaceMap out.
Diffstat (limited to 'Source/cmLinkItem.h')
-rw-r--r-- | Source/cmLinkItem.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmLinkItem.h b/Source/cmLinkItem.h index eb585ab..91220b8 100644 --- a/Source/cmLinkItem.h +++ b/Source/cmLinkItem.h @@ -96,4 +96,9 @@ struct cmOptionalLinkInterface: public cmLinkInterface const char* ExplicitLibraries; }; +struct cmHeadToLinkInterfaceMap: + public std::map<cmTarget const*, cmOptionalLinkInterface> +{ +}; + #endif |