summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ObjectLibrary/InstallNotSupported.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-181-0/+2
Teach install() and export() to handle the actual object files. Disallow this on Xcode with multiple architectures because it still cannot be cleanly supported there. Co-Author: Brad King <brad.king@kitware.com>