summaryrefslogtreecommitdiffstats
path: root/Tests/ExternalOBJ/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Do not remove the source file extension when computing an object file ↵Brad King2007-12-291-17/+6
| | | | name. This addresses bug #6169. If CMAKE_BACKWARDS_COMPATIBILITY is 2.4 or lower maintain the old behavior so that existing build trees and old project releases are not affected.
* ENH: some cleanup, condensing some tests, removing arguments that were not ↵Ken Martin2007-05-181-1/+1
| | | | needed but rather were cut and paste copies etc
* ENH: add support for universal binariesBill Hoffman2006-03-241-0/+10
|
* BUG: Fixed support for external object files built by custom commands. Also ↵Brad King2005-11-171-1/+10
| | | | added a test to keep it working.
* BUG: We still want to print out the location where the object was found if ↵Brad King2005-02-181-5/+5
| | | | it was found by the glob.
* ENH: all tests are passing for XCodeBill Hoffman2005-02-181-1/+5
|
* ENH: Adding test for external object file feature.Brad King2005-02-041-0/+41