Files
gtk/testsuite/performance/meson.build
2020-03-06 18:22:01 +01:00

6 lines
248 B
Meson

if get_option ('profiler')
test_performance = executable('test-performance', 'test-performance.c',
c_args: common_cflags,
dependencies: [profiler_dep, platform_gio_dep, libm])
endif