You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			393 B
		
	
	
	
		
			Meson
		
	
			
		
		
	
	
			20 lines
		
	
	
		
			393 B
		
	
	
	
		
			Meson
		
	
test(
 | 
						|
  'TestPlaylistPlugins',
 | 
						|
  executable(
 | 
						|
    'TestPlaylistPlugins',
 | 
						|
    'PlaylistUtil.cxx',
 | 
						|
    'TestPlsPlaylistPlugin.cxx',
 | 
						|
    '../../src/SongSave.cxx',
 | 
						|
    '../../src/TagSave.cxx',
 | 
						|
    '../../src/TagFile.cxx',
 | 
						|
    include_directories: inc,
 | 
						|
    dependencies: [
 | 
						|
      gtest_dep,
 | 
						|
      playlist_glue_dep,
 | 
						|
      archive_glue_dep,
 | 
						|
      input_glue_dep,
 | 
						|
      decoder_glue_dep,
 | 
						|
    ],
 | 
						|
  ),
 | 
						|
)
 |