Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmTarget: Make GetProperty() const. | Stephen Kelly | 2013-10-31 | 1 | -6/+6 |
| | | | | | | This has follow-on effects for other methods and classes. Further work on making the use of const cmTarget pointers common can be done, particularly with a view to generate-time methods. | ||||
* | OS X: Add support for @rpath in export files. | Clinton Stimpson | 2013-06-03 | 1 | -0/+2 |
| | | | | | Also expand the IMPORTED_SONAME property for targets to match the install_name. | ||||
* | Add a new Export generator for IMPORTED targets. | Stephen Kelly | 2013-02-22 | 1 | -0/+55 |
This is to be used during try_compile using LINK_LIBRARIES in the srcfile signature and, in the future, TARGETS in the binary dir signature. |