summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/test/Makefile
blob: bf74bd6ca3e3b6b9d828a5b21852ab7a673c7a2c (plain)
1
2
3
4
5
6
7
8
9
SRCS=	\
	TestAddonVersion.cpp

LIB=addonsTest.a

INCLUDES += -I../../../lib/gtest/include

include ../../../Makefile.include
-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))