diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-07-15 18:51:45 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-07-15 18:52:08 +0200 |
commit | 9d639f6b2f88aafa2c94a73a31b57ddd4122f436 (patch) | |
tree | fd1dda9177baaa48bd880b3594259d78b95c4e3a /sax | |
parent | 5730dd48cad67f71a2ab3792b59920470dd7c682 (diff) |
sax: even more boost_headers
Change-Id: I6d78c737d7cd049c7b148da3b4d30166bb7c8517
Diffstat (limited to 'sax')
-rw-r--r-- | sax/CppunitTest_sax.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sax/CppunitTest_sax.mk b/sax/CppunitTest_sax.mk index edb8429fbd9f..074752278de5 100644 --- a/sax/CppunitTest_sax.mk +++ b/sax/CppunitTest_sax.mk @@ -14,6 +14,8 @@ $(eval $(call gb_CppunitTest_use_api,sax_cpputest,\ udkapi \ )) +$(eval $(call gb_CppunitTest_use_external,sax_cpputest,boost_headers)) + $(eval $(call gb_CppunitTest_use_libraries,sax_cpputest, \ sax \ sal \ |