Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename test RunCMake.{interface_library => InterfaceLibrary} | Brad King | 2020-07-22 | 1 | -25/+0 |
| | | | | | Our RunCMake.<lower-case> namespace is meant for testing individual CMake language commands. | ||||
* | INTERFACE Target: allow (PUBLIC/PRIVATE)_HEADER properties | Avraham Shukron | 2019-04-11 | 1 | -0/+9 |
| | | | | | | | Also support installing headers on an INTERFACE library. Signed-off-by: Avraham Shukron <avraham.shukron@gmail.com> Fixes: #15234 | ||||
* | cmTargetPropertyComputer: whitelist custom properties | Ben Boeckel | 2017-11-21 | 1 | -0/+10 |
| | | | | | CMake's properties will never begin with an underscore or a lowercase letter, so allow them to be set by projects. | ||||
* | cmTarget: Add whitelist of properties on INTERFACE_LIBRARY. | Stephen Kelly | 2013-11-25 | 1 | -0/+6 |