Version 7.6.7.2, tag libreoffice-7.6.7.2
[LibreOffice.git] / sax / Module_sax.mk
blob2c0b9596a84d96e0671fc3d16190a1e542cd510b
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_Module_Module,sax))
12 $(eval $(call gb_Module_add_targets,sax,\
13 Library_sax \
16 $(eval $(call gb_Module_add_check_targets,sax,\
17 CppunitTest_sax \
18 CppunitTest_sax_attributes \
19 CppunitTest_sax_parser \
20 CppunitTest_sax_xmlimport \
23 # vim: set noet sw=4 ts=4: