Przeglądaj źródła

COMP: forgot to commit this one

Alex
Alexander Neundorf 18 lat temu
rodzic
commit
510cb415d4
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      Source/cmInstallTargetGenerator.h

+ 3 - 0
Source/cmInstallTargetGenerator.h

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