summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/interface_library/whitelist.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename test RunCMake.{interface_library => InterfaceLibrary}Brad King2020-07-221-25/+0
| | | | | Our RunCMake.<lower-case> namespace is meant for testing individual CMake language commands.
* INTERFACE Target: allow (PUBLIC/PRIVATE)_HEADER propertiesAvraham Shukron2019-04-111-0/+9
| | | | | | | Also support installing headers on an INTERFACE library. Signed-off-by: Avraham Shukron <avraham.shukron@gmail.com> Fixes: #15234
* cmTargetPropertyComputer: whitelist custom propertiesBen Boeckel2017-11-211-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 Kelly2013-11-251-0/+6