summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorExpression/BadCONFIG-result.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add $<CONFIG:...> boolean query generator expressionBrad King2012-08-151-0/+1
This expression evaluates to '1' or '0' to indicate whether the build configuration for which the expression is evaluated matches tha named configuration. In combination with the "$<0:...>" and "$<1:...>" expressions this allows per-configuration content to be generated.