diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-06-28 13:46:25 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-06-28 13:46:25 (GMT) |
commit | 1d59cc7da6c0945cb8a30e41aa04d5a93156ca21 (patch) | |
tree | 371b7c586bae0874eaeb1d015b4b8ea2b0e92446 /Source/cmVisualStudio10TargetGenerator.h | |
parent | 07eb80d9104402e00355af7cce7192df7f4819ef (diff) | |
download | CMake-1d59cc7da6c0945cb8a30e41aa04d5a93156ca21.zip CMake-1d59cc7da6c0945cb8a30e41aa04d5a93156ca21.tar.gz CMake-1d59cc7da6c0945cb8a30e41aa04d5a93156ca21.tar.bz2 |
ENH: add rest of lib check
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 71662f0..77f5b91 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -69,6 +69,7 @@ private: void WriteProjectReferences(); bool OutputSourceSpecificFlags(cmSourceFile* source); void AddLibraries(cmComputeLinkInformation& cli, std::string& libstring); + void WriteLibOptions(std::string const& config); private: cmTarget* Target; cmMakefile* Makefile; |