GoogleTest_cache.mk (290e3fa2) GoogleTest_cache.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_add_exception_objects,binaryurp_cache, \
35 binaryurp/qa/main \
36 binaryurp/qa/test-cache \
37))
38
39$(eval $(call gb_GoogleTest_add_linked_libs,binaryurp_cache, \
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_add_exception_objects,binaryurp_cache, \
35 binaryurp/qa/main \
36 binaryurp/qa/test-cache \
37))
38
39$(eval $(call gb_GoogleTest_add_linked_libs,binaryurp_cache, \
40 sal \
41 stl \
41 $(gb_STDLIBS) \
42))
43
44
45
46# vim: set noet sw=4 ts=4:
42 $(gb_STDLIBS) \
43))
44
45
46
47# vim: set noet sw=4 ts=4: