Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIES | Stephen Kelly | 2013-08-26 | 1 | -1/+2 |
| | |||||
* | try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIES | Stephen Kelly | 2013-08-26 | 1 | -1/+2 |
| | |||||
* | Use a preprocessor loop to manage the valid transitive properties. | Stephen Kelly | 2013-06-10 | 1 | -3/+4 |
| | | | | | Hopefully this will prevent regressions when adding further transitive properties in the future. | ||||
* | Find targets in INTERFACE_COMPILE_OPTIONS when exporting for try_compile. | Stephen Kelly | 2013-06-10 | 1 | -0/+1 |
| | | | | | This was missing from commit 80ca9c4b (Add COMPILE_OPTIONS target property., 2013-05-16). | ||||
* | OS X: Add support for @rpath in export files. | Clinton Stimpson | 2013-06-03 | 1 | -0/+15 |
| | | | | | 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/+114 |
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. |