1*df3f5cbcSdamjan###############################################################
27871dc3eSAndrew Rist#
37871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
47871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
57871dc3eSAndrew Rist#  distributed with this work for additional information
67871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
77871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
87871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
97871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
107871dc3eSAndrew Rist#
117871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
127871dc3eSAndrew Rist#
137871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
147871dc3eSAndrew Rist#  software distributed under the License is distributed on an
157871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
177871dc3eSAndrew Rist#  specific language governing permissions and limitations
187871dc3eSAndrew Rist#  under the License.
197871dc3eSAndrew Rist#
20*df3f5cbcSdamjan###############################################################
21*df3f5cbcSdamjan
22*df3f5cbcSdamjan
23*df3f5cbcSdamjan$(eval $(call gb_GoogleTest_GoogleTest,slideshow_demoshow))
24*df3f5cbcSdamjan
25*df3f5cbcSdamjan$(eval $(call gb_GoogleTest_set_include,slideshow_demoshow,\
26*df3f5cbcSdamjan	$$(INCLUDE) \
27*df3f5cbcSdamjan	-I$(SRCDIR)/slideshow/source/inc \
28*df3f5cbcSdamjan))
29*df3f5cbcSdamjan
30*df3f5cbcSdamjan$(eval $(call gb_GoogleTest_add_exception_objects,slideshow_demoshow, \
31*df3f5cbcSdamjan	slideshow/test/demoshow \
32*df3f5cbcSdamjan))
33*df3f5cbcSdamjan
34*df3f5cbcSdamjan$(eval $(call gb_GoogleTest_add_linked_libs,slideshow_demoshow, \
35*df3f5cbcSdamjan	basegfx \
36*df3f5cbcSdamjan	comphelper \
37*df3f5cbcSdamjan	cppcanvas \
38*df3f5cbcSdamjan	cppu \
39*df3f5cbcSdamjan	cppuhelper \
40*df3f5cbcSdamjan	sal \
41*df3f5cbcSdamjan	stl \
42*df3f5cbcSdamjan	tl \
43*df3f5cbcSdamjan	ucbhelper \
44*df3f5cbcSdamjan	vcl \
45*df3f5cbcSdamjan    $(gb_STDLIBS) \
46*df3f5cbcSdamjan))
47*df3f5cbcSdamjan
48*df3f5cbcSdamjan$(eval $(call gb_GoogleTest_add_api,slideshow_demoshow,\
49*df3f5cbcSdamjan	udkapi \
50*df3f5cbcSdamjan	offapi \
51*df3f5cbcSdamjan))
52*df3f5cbcSdamjan
53*df3f5cbcSdamjan# vim: set noet sw=4 ts=4:
54