ENH: Changing shared library versioned file names on OSX to conform to that platform's convention.

This commit is contained in:
Brad King
2006-06-05 13:45:43 -04:00
parent 7ebe4702db
commit 932e3524fc
3 changed files with 46 additions and 10 deletions

View File

@@ -125,6 +125,7 @@ protected:
bool HandleRelativePathCommand(std::vector<std::string> const& args);
bool HandleCMakePathCommand(std::vector<std::string> const& args,
bool nativePath);
void ComputeVersionedName(std::string& name, const char* version);
};