blob: 9331c3f2ab018d286369d8005c31c67c6e35f61a [file] [log] [blame]
Chris Sherlock8bfccd32016-01-13 03:05:29 +11001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#
Michael Meeksd037b812026-03-26 15:06:16 +00003# This file is part of the Collabora Office project.
Chris Sherlock8bfccd32016-01-13 03:05:29 +11004#
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/.
8#
9
10$(eval $(call gb_CppunitTest_CppunitTest,vcl_fontmetric))
11
12$(eval $(call gb_CppunitTest_set_include,vcl_fontmetric,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/vcl/inc \
15))
16
17$(eval $(call gb_CppunitTest_add_exception_objects,vcl_fontmetric, \
18 vcl/qa/cppunit/fontmetric \
19))
20
21$(eval $(call gb_CppunitTest_use_externals,vcl_fontmetric,boost_headers))
22
23$(eval $(call gb_CppunitTest_use_libraries,vcl_fontmetric, \
24 comphelper \
25 cppu \
26 cppuhelper \
27 sal \
28 svt \
29 test \
30 tl \
31 tk \
32 unotest \
33 vcl \
Chris Sherlock8bfccd32016-01-13 03:05:29 +110034))
35
Gleb Mishchenkoa97b3922016-03-22 10:43:56 +030036$(eval $(call gb_CppunitTest_use_sdk_api,vcl_fontmetric))
Chris Sherlock8bfccd32016-01-13 03:05:29 +110037
38$(eval $(call gb_CppunitTest_use_ure,vcl_fontmetric))
39$(eval $(call gb_CppunitTest_use_vcl,vcl_fontmetric))
40
41$(eval $(call gb_CppunitTest_use_components,vcl_fontmetric,\
42 configmgr/source/configmgr \
43 i18npool/util/i18npool \
44 ucb/source/core/ucb1 \
45))
46
47$(eval $(call gb_CppunitTest_use_configuration,vcl_fontmetric))
48
Jan-Marek Glogowskibdccb7e2017-12-26 15:14:31 +000049$(eval $(call gb_CppunitTest_use_externals,vcl_fontmetric,\
50 harfbuzz \
51))
52
Jan-Marek Glogowski2ec032e2019-06-24 08:47:57 +020053$(eval $(call gb_CppunitTest_use_more_fonts,vcl_fontmetric))
54
Chris Sherlock8bfccd32016-01-13 03:05:29 +110055# vim: set noet sw=4 ts=4: