From ffca21f2743a7b367fa212799c6e2fea6190dd5d Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 3 Mar 2015 16:53:59 +0100 Subject: initial commit for kodi master --- xbmc/addons/test/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 xbmc/addons/test/Makefile (limited to 'xbmc/addons/test/Makefile') diff --git a/xbmc/addons/test/Makefile b/xbmc/addons/test/Makefile new file mode 100644 index 0000000..bf74bd6 --- /dev/null +++ b/xbmc/addons/test/Makefile @@ -0,0 +1,9 @@ +SRCS= \ + TestAddonVersion.cpp + +LIB=addonsTest.a + +INCLUDES += -I../../../lib/gtest/include + +include ../../../Makefile.include +-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS))) -- cgit v1.2.3