Sha256: 40fdc77782a7783cec5513aaf21018beb66054123161003e6d5ba21f3f385c6f

Contents?: true

Size: 282 Bytes

Versions: 6

Compression:

Stored size: 282 Bytes

Contents

ALL_CPPFLAGS = $(CPPFLAGS) $(shell pkg-config opencv --cflags)
ALL_CXXFLAGS = $(CXXFLAGS) -Wall
ALL_LDFLAGS = $(shell pkg-config opencv --libs)

findaface: findaface.cc Makefile
	$(CXX) $(ALL_CXXFLAGS) $(ALL_CPPFLAGS) $< $(ALL_LDFLAGS) -o $@

install: findaface
	chmod +x findaface

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
findaface-1.0.0 ext/findaface/Makefile
findaface-0.0.6 ext/findaface/Makefile
findaface-0.0.5 ext/findaface/Makefile
findaface-0.0.4 ext/findaface/Makefile
findaface-0.0.3 ext/findaface/Makefile
findaface-0.0.2 ext/findaface/Makefile