diff options
Diffstat (limited to 'sax')
-rw-r--r-- | sax/CppunitTest_sax_parser.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sax/CppunitTest_sax_parser.mk b/sax/CppunitTest_sax_parser.mk index fd31c1079ca6..fe411d551fca 100644 --- a/sax/CppunitTest_sax_parser.mk +++ b/sax/CppunitTest_sax_parser.mk @@ -21,6 +21,10 @@ $(eval $(call gb_CppunitTest_use_libraries,sax_parser, \ $(gb_UWINAPI) \ )) +$(eval $(call gb_CppunitTest_use_externals,sax_parser, \ + boost_headers \ +)) + $(eval $(call gb_CppunitTest_use_sdk_api,sax_parser)) $(eval $(call gb_CppunitTest_use_ure,sax_parser)) |