summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-23 18:26:40 +0200
committerStephen Kelly <steveire@gmail.com>2015-10-24 09:19:56 +0200
commit94fd5a5af87adafbbf7f47d6d083b53c6bd3e941 (patch)
treeb3ce210f7c8da28b4a5d6c8de358496a21e410ea /Source/cmLocalVisualStudioGenerator.h
parentce9e9a92cf773280de55ef6dcbec9fc2524f7b2e (diff)
downloadcmake-94fd5a5af87adafbbf7f47d6d083b53c6bd3e941.tar.gz
VS: Port ImplibDir to cmGeneratorTarget
Diffstat (limited to 'Source/cmLocalVisualStudioGenerator.h')
-rw-r--r--Source/cmLocalVisualStudioGenerator.h3
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);
};