Kaydet (Commit) a3dfe938 authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Noel Grandin

Allow CompilerTest_compilerplugins_clang to include css/uno/Reference.hxx

Change-Id: Ib35d8fcc41e1c49bfef01c980b25c051190cb753
Reviewed-on: https://gerrit.libreoffice.org/32990Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
Tested-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 77a0817c
...@@ -22,4 +22,6 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ ...@@ -22,4 +22,6 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
compilerplugins/clang/test/vclwidgets \ compilerplugins/clang/test/vclwidgets \
)) ))
$(eval $(call gb_CompilerTest_use_udk_api,compilerplugins_clang))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -40,6 +40,7 @@ $(eval $(foreach method, \ ...@@ -40,6 +40,7 @@ $(eval $(foreach method, \
add_objcobjects \ add_objcobjects \
add_objcxxobject \ add_objcxxobject \
add_objcxxobjects \ add_objcxxobjects \
use_udk_api \
, \ , \
$(call gb_CompilerTest__forward_to_Linktarget,$(method)) \ $(call gb_CompilerTest__forward_to_Linktarget,$(method)) \
)) ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment