diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 19:19:49 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 18:20:49 +0200 |
commit | f8076644ce21c5c20cb0d368d25c191a05364481 (patch) | |
tree | 693a0400ceac68d6eb5550e29ec86f9f6d80b946 /Source/cmComputeLinkInformation.h | |
parent | 7c809fa2a675b7e669e76683f73397e38dd22999 (diff) | |
download | cmake-f8076644ce21c5c20cb0d368d25c191a05364481.tar.gz |
cmGeneratorTarget: Move GetLinkClosure from cmTarget.
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r-- | Source/cmComputeLinkInformation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h index 3afbb92b61..2d7a5a5cf3 100644 --- a/Source/cmComputeLinkInformation.h +++ b/Source/cmComputeLinkInformation.h @@ -20,6 +20,7 @@ class cmake; class cmGlobalGenerator; class cmMakefile; class cmTarget; +class cmGeneratorTarget; class cmOrderDirectories; /** \class cmComputeLinkInformation |