From c42719bf5d320f449b55721d3a0e7feda61dc531 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 21 Feb 2014 22:09:49 +0200 Subject: This uses boost_headers Change-Id: I3e587cf07674374c18fa49e0528c0d7f8605f0df --- vcl/CppunitTest_vcl_app_test.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vcl/CppunitTest_vcl_app_test.mk') diff --git a/vcl/CppunitTest_vcl_app_test.mk b/vcl/CppunitTest_vcl_app_test.mk index 0aa3202abe32..0449e04a3d8e 100644 --- a/vcl/CppunitTest_vcl_app_test.mk +++ b/vcl/CppunitTest_vcl_app_test.mk @@ -22,6 +22,10 @@ vcl \ $(gb_STDLIBS) \ )) +$(eval $(call gb_CppunitTest_use_externals,vcl_app_test, \ + boost_headers \ +)) + $(eval $(call gb_CppunitTest_set_include,vcl_app_test, \ $$(INCLUDE) \ -I$(OUTDIR)/inc \ -- cgit