summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GenEx-COMPILE_LANGUAGE
Commit message (Collapse)AuthorAgeFilesLines
* Genex $<COMPILE_LANGUAGE>: Extend contexts supportedMarc Chevrier2020-07-132-0/+18
| | | | | | | | When genex $<TARGET_PROPERTY:...> for properties like INCLUDE_DIRECTORIES is evaluated as part of add_custom_command or add_custom_target, genex $<COMPILE_LANGUAGE> and $<COMPLIE_LANG_AND_ID> should be supported. Fixes: #20926
* Tests: Factor out RunCMake.GenEx-COMPILE_LANGUAGE testBrad King2020-06-1625-0/+113
Move the `COMPILE_LANGUAGE` cases out of `RunCMake.GeneratorExpression`.