Add a basic benchmarking tool
This commit is contained in:
		@@ -22,6 +22,14 @@ executable('fastiv', 'fastiv.c', 'fastiv-view.c', 'fastiv-io.c',
 | 
			
		||||
	install : true,
 | 
			
		||||
	dependencies : [dependencies])
 | 
			
		||||
 | 
			
		||||
# TODO(p): See fastiv_io_open(), consider optionally integrating this.
 | 
			
		||||
gdk_pixbuf = dependency('gdk-pixbuf-2.0', required : false)
 | 
			
		||||
if gdk_pixbuf.found()
 | 
			
		||||
	executable('io-benchmark', 'fastiv-io-benchmark.c', 'fastiv-io.c',
 | 
			
		||||
		build_by_default : false,
 | 
			
		||||
		dependencies : [dependencies, gdk_pixbuf])
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
install_data('fastiv.desktop',
 | 
			
		||||
	install_dir : get_option('datadir') + '/applications')
 | 
			
		||||
install_data('fastiv.svg',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user