1*5f907015Sdamjan#************************************************************** 2*5f907015Sdamjan# 3*5f907015Sdamjan# Licensed to the Apache Software Foundation (ASF) under one 4*5f907015Sdamjan# or more contributor license agreements. See the NOTICE file 5*5f907015Sdamjan# distributed with this work for additional information 6*5f907015Sdamjan# regarding copyright ownership. The ASF licenses this file 7*5f907015Sdamjan# to you under the Apache License, Version 2.0 (the 8*5f907015Sdamjan# "License"); you may not use this file except in compliance 9*5f907015Sdamjan# with the License. You may obtain a copy of the License at 10*5f907015Sdamjan# 11*5f907015Sdamjan# http://www.apache.org/licenses/LICENSE-2.0 12*5f907015Sdamjan# 13*5f907015Sdamjan# Unless required by applicable law or agreed to in writing, 14*5f907015Sdamjan# software distributed under the License is distributed on an 15*5f907015Sdamjan# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*5f907015Sdamjan# KIND, either express or implied. See the License for the 17*5f907015Sdamjan# specific language governing permissions and limitations 18*5f907015Sdamjan# under the License. 19*5f907015Sdamjan# 20*5f907015Sdamjan#************************************************************** 21*5f907015Sdamjan 22*5f907015Sdamjan 23*5f907015Sdamjan 24*5f907015Sdamjan$(eval $(call gb_Module_Module,o3tl)) 25*5f907015Sdamjan 26*5f907015Sdamjan$(eval $(call gb_Module_add_targets,o3tl,\ 27*5f907015Sdamjan Package_inc \ 28*5f907015Sdamjan)) 29*5f907015Sdamjan 30*5f907015Sdamjanifeq ($(ENABLE_UNIT_TESTS),YES) 31*5f907015Sdamjan$(eval $(call gb_Module_add_check_targets,o3tl,\ 32*5f907015Sdamjan GoogleTest_o3tl \ 33*5f907015Sdamjan)) 34*5f907015Sdamjanendif 35*5f907015Sdamjan 36*5f907015Sdamjan# vim: set noet sw=4 ts=4: 37