bump product version to 7.6.3.2-android
[LibreOffice.git] / vcl / CppunitTest_vcl_animation.mk
blob3881005e6d4b5f2c609c787b2539f5b503a604e0
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,vcl_animation))
12 $(eval $(call gb_CppunitTest_set_include,vcl_animation,\
13 -I$(SRCDIR)/vcl/inc \
14 $$(INCLUDE) \
17 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_animation, \
18 vcl/qa/cppunit/animationrenderer \
19 vcl/qa/cppunit/animation \
22 $(eval $(call gb_CppunitTest_use_libraries,vcl_animation, \
23 test \
24 unotest \
25 vcl \
28 $(eval $(call gb_CppunitTest_use_externals,vcl_animation, \
29 boost_headers \
32 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_animation))
34 $(eval $(call gb_CppunitTest_use_ure,vcl_animation))
35 $(eval $(call gb_CppunitTest_use_vcl,vcl_animation))
37 $(eval $(call gb_CppunitTest_use_components,vcl_animation,\
38 configmgr/source/configmgr \
39 i18npool/util/i18npool \
42 $(eval $(call gb_CppunitTest_use_configuration,vcl_animation))
44 # vim: set noet sw=4 ts=4: