1
0
Fork 0
mirror of https://git.pwmt.org/pwmt/zathura.git synced 2025-01-22 00:57:52 +01:00
zathura/tests/config.mk

6 lines
174 B
Makefile

# See LICENSE file for license and copyright information
CHECK_INC ?= $(shell pkg-config --cflags check)
CHECK_LIB ?= $(shell pkg-config --libs check)
LIBS += ${CHECK_LIB}