summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/interface_library/invalid_signature-result.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename test RunCMake.{interface_library => InterfaceLibrary}Brad King2020-07-221-1/+0
| | | | | Our RunCMake.<lower-case> namespace is meant for testing individual CMake language commands.
* add_library: Disallow invalid signatures for INTERFACE_LIBRARY.Stephen Kelly2014-01-061-0/+1
Document the valid signatures. Add a test for the IMPORTED GLOBAL signature.