Skip to content
Snippets Groups Projects
SETUPFILE 207 B
Newer Older
Paul Costea's avatar
Paul Costea committed
# Required Variables for metaSNP compilation

HTSLIB_CFLAGS := $(shell pkg-config htslib --cflags)
HTSLIB_LIBS := $(shell pkg-config htslib --libs)

# For boost, only includes are necessary:
BOOST_CFLAGS :=