fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / cppu / Module_cppu.mk
blob51abe4dafb475b2da8a6a2ab463449c9a3000bdc
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Module_Module,cppu))
13 $(eval $(call gb_Module_add_targets,cppu,\
14 InternalUnoApi_cppu_qa_cppumaker_types \
15 InternalUnoApi_cppu_qa_types \
16 Library_affine_uno_uno \
17 Library_cppu \
18 Library_log_uno_uno \
19 Library_purpenvhelper \
20 Library_unsafe_uno_uno \
23 $(eval $(call gb_Module_add_check_targets,cppu,\
24 CppunitTest_cppu_qa_any \
25 CppunitTest_cppu_qa_recursion \
26 CppunitTest_cppu_qa_reference \
27 CppunitTest_cppu_qa_unotype \
28 CppunitTest_cppu_test_cppumaker \
31 # vim: set noet sw=4 ts=4: