aboutsummaryrefslogtreecommitdiffstats
path: root/src/time/meson.build
blob: 5a6d9cc393b682cbb520ae1ece9a2d0c486ae2cf (plain)
1
2
3
4
5
6
7
8
9
10
11
if get_option('time')
	time_filenames = [
		'benchmark.c',
		'time.c',
		'time_private.h',
	]
else
	time_filenames = []
endif

time_sources = files(time_filenames)