diff options
Diffstat (limited to 'vbahelper/Library_vbahelper.mk')
-rw-r--r-- | vbahelper/Library_vbahelper.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vbahelper/Library_vbahelper.mk b/vbahelper/Library_vbahelper.mk index 1da2b8e07dae..0537489ec8f0 100644 --- a/vbahelper/Library_vbahelper.mk +++ b/vbahelper/Library_vbahelper.mk @@ -42,6 +42,8 @@ $(eval $(call gb_Library_add_defs,vbahelper,\ -DVBAHELPER_DLLIMPLEMENTATION \ )) +$(eval $(call gb_Library_use_external,vbahelper,boost_headers)) + $(eval $(call gb_Library_use_api,vbahelper,\ udkapi \ offapi \ |