瀏覽代碼

COMP: forgot to commit this one

Alex
Alexander Neundorf 18 年之前
父節點
當前提交
510cb415d4
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Source/cmInstallTargetGenerator.h

+ 3 - 0
Source/cmInstallTargetGenerator.h

@@ -36,6 +36,9 @@ public:
     );
     );
   virtual ~cmInstallTargetGenerator();
   virtual ~cmInstallTargetGenerator();
 
 
+  static std::string GetInstallFilename(cmTarget*target, const char* config, 
+                                        bool implib, bool useSOName);
+
 protected:
 protected:
   virtual void GenerateScript(std::ostream& os);
   virtual void GenerateScript(std::ostream& os);
   void PrepareScriptReference(std::ostream& os, cmTarget* target,
   void PrepareScriptReference(std::ostream& os, cmTarget* target,