summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-06-05 17:45:43 (GMT)
committerBrad King <brad.king@kitware.com>2006-06-05 17:45:43 (GMT)
commit932e3524fc2d8ae331de5770540e9b463be8d76e (patch)
treea16aa4e87e8dfe6548c079080bb9a18cc4674372 /Source/cmFileCommand.h
parent7ebe4702db28d09cacca0b958c81ce2c3659699b (diff)
downloadCMake-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.h1
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);
};