Ver código fonte

ENH: add rest of lib check

Bill Hoffman 16 anos atrás
pai
commit
1d59cc7da6
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      Source/cmVisualStudio10TargetGenerator.h

+ 1 - 0
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;