summaryrefslogtreecommitdiffstats
path: root/Tests/Framework/fooDeepPublic.h
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Correct Mac OS X framework behaviorBrad King2008-04-081-0/+1
- Place the built library in foo.framework/Versions/A/foo - Do not create unused content symlinks (like PrivateHeaders) - Do not use VERSION/SOVERSION properties for frameworks - Make cmTarget::GetDirectory return by value - Remove the foo.framework part from cmTarget::GetDirectory - Correct install_name construction and conversion on install - Fix MACOSX_PACKAGE_LOCATION under Xcode to use the Versions/<version> directory for frameworks - Update the Framework test to try these things