summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/target_link_libraries/empty.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Ensure Solaris linker never sees empty contentsCraig Scott2017-05-181-1/+3
| | | | | Fixes the following tests on Solaris builds: wrapping, qtwrapping and CMakeCommands.target_link_libraries
* Restore support for target names with '+' (#13986)Stephen Kelly2013-03-121-0/+1
Extend the range of valid target names with the + sign. This character can commonly be used for target names, such as those containing 'c++'. Add a test but skip it for Borland and Watcom tools which do not support the character. Suggested-By: Benjamin Kloster