GoogleTest_o3tl.mk (48babef1) GoogleTest_o3tl.mk (2204446b)
1###############################################################
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 24 unchanged lines hidden (view full) ---

33
34$(eval $(call gb_GoogleTest_set_include,o3tl_test,\
35 $$(INCLUDE) \
36 -I$(SRCDIR)/o3tl/inc \
37))
38
39$(eval $(call gb_GoogleTest_add_linked_libs,o3tl_test, \
40 sal \
1###############################################################
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 24 unchanged lines hidden (view full) ---

33
34$(eval $(call gb_GoogleTest_set_include,o3tl_test,\
35 $$(INCLUDE) \
36 -I$(SRCDIR)/o3tl/inc \
37))
38
39$(eval $(call gb_GoogleTest_add_linked_libs,o3tl_test, \
40 sal \
41 stl \
41 $(gb_STDLIBS) \
42))
43
44# vim: set noet sw=4 ts=4:
42 $(gb_STDLIBS) \
43))
44
45# vim: set noet sw=4 ts=4: