Mercurial > hg > libxtract
view examples/simpletest/Make.config @ 277:f87c7a8c043f
Add missing compiler flag for simpletest
author | jamiebullock <jamie@jamiebullock.com> |
---|---|
date | Fri, 14 Nov 2014 05:16:50 -0800 |
parents | 4a443da2eb65 |
children |
line wrap: on
line source
ifeq ($(PLATFORM), Darwin) DARWIN_LDFLAGS = -framework Accelerate endif LIBRARY := SUFFIX := .cpp FLAGS += -I../../include -std=c++11 LDFLAGS = -lxtract -L../../src $(DARWIN_LDFLAGS)