add box2d to CppunitTest_slideshow

Change-Id: I37c439eefba6337d95232361bffe9718b71ce8cd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99040
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
This commit is contained in:
Sarper Akdemir 2020-07-03 03:09:49 +03:00 committed by Thorsten Behrens
parent 49cdda7c4f
commit 060a069966

View file

@ -14,6 +14,10 @@ $(eval $(call gb_CppunitTest_set_include,slideshow,\
-I$(SRCDIR)/slideshow/source/inc \ -I$(SRCDIR)/slideshow/source/inc \
)) ))
$(eval $(call gb_CppunitTest_use_externals,slideshow,\
box2d \
))
$(eval $(call gb_CppunitTest_use_sdk_api,slideshow)) $(eval $(call gb_CppunitTest_use_sdk_api,slideshow))
$(eval $(call gb_CppunitTest_use_library_objects,slideshow,slideshow)) $(eval $(call gb_CppunitTest_use_library_objects,slideshow,slideshow))