Merge pull request #4857 from t-nelson/Gotham_13.2_backports
[vuplus_xbmc] / xbmc / test / Makefile
1 SRCS=   \
2         TestBasicEnvironment.cpp \
3         TestFileItem.cpp \
4         TestTextureUtils.cpp \
5         TestURL.cpp \
6         TestUtils.cpp \
7         xbmc-test.cpp
8
9 LIB=xbmc-test.a
10
11 INCLUDES += -I../../lib/gtest/include
12
13 include ../../Makefile.include
14 -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))