8
									
								
								example/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								example/meson.build
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
example_matrix =  [
 | 
			
		||||
  ['spdlog-example',    spdlog_dep],
 | 
			
		||||
  ['spdlog-example-ho', spdlog_headeronly_dep],
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
foreach i : example_matrix
 | 
			
		||||
  test_exe = executable(i[0], ['example.cpp'], dependencies: i[1])
 | 
			
		||||
endforeach
 | 
			
		||||
		Reference in New Issue
	
	Block a user