cmake/Tests/RunCMake/foreach/foreach-LISTS-with-ZIP_LISTS-mix-test.cmake
2020-08-30 11:54:41 +02:00

3 lines
62 B
CMake

foreach(i IN LISTS one two three ZIP_LISTS blah)
endforeach()