gtk2/testsuite/performance/meson.build

5 lines
193 B
Meson
Raw Normal View History

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