mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 22:00:10 -05:00
ENH: Add InstallNameFixupPath to support installing built frameworks on the Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572.
This commit is contained in:
@@ -53,13 +53,13 @@ protected:
|
||||
Indent const& indent);
|
||||
void AddInstallNamePatchRule(std::ostream& os, Indent const& indent,
|
||||
const char* config,
|
||||
const std::string& toFullPath);
|
||||
const std::string& toDestDirPath);
|
||||
void AddStripRule(std::ostream& os, Indent const& indent,
|
||||
cmTarget::TargetType type,
|
||||
const std::string& toFullPath);
|
||||
const std::string& toDestDirPath);
|
||||
void AddRanlibRule(std::ostream& os, Indent const& indent,
|
||||
cmTarget::TargetType type,
|
||||
const std::string& toFullPath);
|
||||
const std::string& toDestDirPath);
|
||||
|
||||
cmTarget* Target;
|
||||
bool ImportLibrary;
|
||||
|
||||
Reference in New Issue
Block a user