fix Skia copyArea() not coping with coordinates outside (tdf#145811)
[LibreOffice.git] / cppu / CppunitTest_cppu_any-external.mk
blobe56b957ea8ee4d5cbef3af0a1190f7935ddf166b
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,cppu_any-external))
12 $(eval $(call gb_CppunitTest_add_exception_objects,cppu_any-external, \
13 cppu/qa/any-external \
16 $(eval $(call gb_CppunitTest_set_external_code,cppu_any-external))
18 $(eval $(call gb_CppunitTest_use_libraries,cppu_any-external, \
19 cppu \
20 sal \
23 $(eval $(call gb_CppunitTest_use_udk_api,cppu_any-external))
25 # vim: set noet sw=4 ts=4: