2020-08-21 22:28:29 +00:00
|
|
|
if profiler_enabled
|
|
|
|
if libsysprof_dep.found()
|
|
|
|
test_performance = executable('test-performance', 'test-performance.c',
|
|
|
|
c_args: common_cflags,
|
|
|
|
dependencies: [libsysprof_dep, platform_gio_dep, libm])
|
|
|
|
endif
|
2020-01-22 05:55:11 +00:00
|
|
|
endif
|