diff options
Diffstat (limited to 'cppuhelper/Library_cppuhelper.mk')
-rw-r--r-- | cppuhelper/Library_cppuhelper.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cppuhelper/Library_cppuhelper.mk b/cppuhelper/Library_cppuhelper.mk index 81baa3428614..500bac39e401 100644 --- a/cppuhelper/Library_cppuhelper.mk +++ b/cppuhelper/Library_cppuhelper.mk @@ -38,6 +38,8 @@ $(eval $(call gb_Library_add_defs,cppuhelper,\ -DCPPUHELPER_DLLIMPLEMENTATION \ )) +$(eval $(call gb_Library_use_external,cppuhelper,boost_headers)) + $(eval $(call gb_Library_use_libraries,cppuhelper,\ cppu \ reg \ |