svx: add class "ONeutralParseContext"
[LibreOffice.git] / drawinglayer / Module_drawinglayer.mk
blobf9460b64fe3a3c40c190044183d5dfb13501fc7e
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,drawinglayer))
12 $(eval $(call gb_Module_add_targets,drawinglayer,\
13 Library_drawinglayer \
16 $(eval $(call gb_Module_add_check_targets,drawinglayer,\
17 CppunitTest_drawinglayer_processors \
20 $(eval $(call gb_Module_add_slowcheck_targets,drawinglayer,\
21 CppunitTest_drawinglayer_border \
24 # vim: set noet sw=4 ts=4: