summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/foreach/foreach-LISTS-with-ZIP_LISTS-mix-test.cmake
blob: 8a919dda5048326fe0c3c5da98606d0f97e715c4 (plain)
1
2
foreach(i IN LISTS one two three ZIP_LISTS blah)
endforeach()