You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2018/12/03 17:54:53 UTC

svn commit: r1848079 - /openoffice/trunk/main/sfx2/GoogleTest_sfx2_metadatable.mk

Author: damjan
Date: Mon Dec  3 17:54:53 2018
New Revision: 1848079

URL: http://svn.apache.org/viewvc?rev=1848079&view=rev
Log:
Add cppu and cppuhelper to the linked libs for the main/sfx2
GoogleTest.

Patch by: me


Modified:
    openoffice/trunk/main/sfx2/GoogleTest_sfx2_metadatable.mk

Modified: openoffice/trunk/main/sfx2/GoogleTest_sfx2_metadatable.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sfx2/GoogleTest_sfx2_metadatable.mk?rev=1848079&r1=1848078&r2=1848079&view=diff
==============================================================================
--- openoffice/trunk/main/sfx2/GoogleTest_sfx2_metadatable.mk (original)
+++ openoffice/trunk/main/sfx2/GoogleTest_sfx2_metadatable.mk Mon Dec  3 17:54:53 2018
@@ -33,6 +33,8 @@ $(eval $(call gb_GoogleTest_add_api,sfx2
 ))
 
 $(eval $(call gb_GoogleTest_add_linked_libs,sfx2_metadatable, \
+    cppu \
+    cppuhelper \
     sal \
     sfx \
     stl \