diff options
Diffstat (limited to 'xbmc/addons/test/Makefile')
| -rw-r--r-- | xbmc/addons/test/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
| 1 | SRCS= \ | ||
| 2 | TestAddonVersion.cpp | ||
| 3 | |||
| 4 | LIB=addonsTest.a | ||
| 5 | |||
| 6 | INCLUDES += -I../../../lib/gtest/include | ||
| 7 | |||
| 8 | include ../../../Makefile.include | ||
| 9 | -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS))) | ||
