1data = [ 2 'phosphor-target-monitor-default.json', 3] 4 5foreach d : data 6 install_data( 7 d, 8 install_dir: datadir 9 ) 10endforeach 11