GoogleTest_unmarshal.mk (290e3fa2) GoogleTest_unmarshal.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

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

47 binaryurp/source/writer \
48))
49
50$(eval $(call gb_GoogleTest_add_linked_libs,binaryurp_unmarshal, \
51 cppu \
52 cppuhelper \
53 sal \
54 salhelper \
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

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

47 binaryurp/source/writer \
48))
49
50$(eval $(call gb_GoogleTest_add_linked_libs,binaryurp_unmarshal, \
51 cppu \
52 cppuhelper \
53 sal \
54 salhelper \
55 stl \
55 $(gb_STDLIBS) \
56))
57
58
59
60# vim: set noet sw=4 ts=4:
56 $(gb_STDLIBS) \
57))
58
59
60
61# vim: set noet sw=4 ts=4: