1
0
Fork 0
gnome-software/lib/tools/meson.build
Daniel Baumann 68ee05b3fd
Adding upstream version 48.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 21:00:23 +02:00

24 lines
432 B
Meson

# Test program to profile performance of the key-colors functions
executable(
'profile-key-colors',
sources : [
'profile-key-colors.c',
'../gs-key-colors.c',
'../gs-key-colors.h',
],
include_directories : [
include_directories('..'),
include_directories('../..'),
],
dependencies : [
glib,
gtk,
gdk_pixbuf,
libm,
],
c_args : [
'-Wall',
'-Wextra',
],
install: false,
)