diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-23 18:26:40 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-24 09:19:56 +0200 |
commit | 94fd5a5af87adafbbf7f47d6d083b53c6bd3e941 (patch) | |
tree | b3ce210f7c8da28b4a5d6c8de358496a21e410ea /Source/cmLocalVisualStudioGenerator.h | |
parent | ce9e9a92cf773280de55ef6dcbec9fc2524f7b2e (diff) | |
download | cmake-94fd5a5af87adafbbf7f47d6d083b53c6bd3e941.tar.gz |
VS: Port ImplibDir to cmGeneratorTarget
Diffstat (limited to 'Source/cmLocalVisualStudioGenerator.h')
-rw-r--r-- | Source/cmLocalVisualStudioGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudioGenerator.h b/Source/cmLocalVisualStudioGenerator.h index 6d915e7c29..f95eefaed4 100644 --- a/Source/cmLocalVisualStudioGenerator.h +++ b/Source/cmLocalVisualStudioGenerator.h @@ -59,7 +59,8 @@ protected: /** Construct a custom command to make exe import lib dir. */ cmsys::auto_ptr<cmCustomCommand> - MaybeCreateImplibDir(cmTarget& target, const std::string& config, + MaybeCreateImplibDir(cmGeneratorTarget *target, + const std::string& config, bool isFortran); }; |