forked from AuroraMiddleware/gtk
6 lines
248 B
Meson
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
|