diff options
author | Brad King <brad.king@kitware.com> | 2006-06-05 17:45:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-06-05 17:45:43 (GMT) |
commit | 932e3524fc2d8ae331de5770540e9b463be8d76e (patch) | |
tree | a16aa4e87e8dfe6548c079080bb9a18cc4674372 /Source/cmFileCommand.h | |
parent | 7ebe4702db28d09cacca0b958c81ce2c3659699b (diff) | |
download | CMake-932e3524fc2d8ae331de5770540e9b463be8d76e.zip CMake-932e3524fc2d8ae331de5770540e9b463be8d76e.tar.gz CMake-932e3524fc2d8ae331de5770540e9b463be8d76e.tar.bz2 |
ENH: Changing shared library versioned file names on OSX to conform to that platform's convention.
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r-- | Source/cmFileCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index 249cbb6..610fb7d 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -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); }; |