mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-29 12:40:14 +01:00
This is a second small step in enabling cairo's test suite and the pdiff code to start working together.
15 lines
283 B
Makefile
15 lines
283 B
Makefile
EXTRA_PROGRAMS = perceptualdiff
|
|
|
|
perceptualdiff_SOURCES = \
|
|
CompareArgs.cpp \
|
|
CompareArgs.h \
|
|
LPyramid.cpp \
|
|
LPyramid.h \
|
|
Metric.cpp \
|
|
Metric.h \
|
|
PerceptualDiff.cpp \
|
|
RGBAImage.cpp \
|
|
RGBAImage.h
|
|
|
|
INCLUDES = -I$(top_srcdir)/src
|
|
LDADD = $(top_builddir)/src/libcairo.la
|