Lines Matching refs:my_list
152 set(my_list a b c d)
153 set(my_list "a;b;c;d")
284 set(my_list 1 2 3)
285 foreach(var ${my_list})
293 foreach(var ${my_list} out_of_bounds)
315 set(my_list 1 2 3)
316 foreach(var IN LISTS my_list)
324 foreach(var IN LISTS my_list ITEMS out_of_bounds)
409 macro(print_list my_list)
410 foreach(var IN LISTS my_list)
415 set(my_list a b c d)