Kaydet (Commit) 3ce65cb3 authored tarafından Matúš Kukan's avatar Matúš Kukan

Do not try to use gb_STDLIBS explicitly. It's used by default anyway.

Change-Id: I5761d616e0b7255c2fbe17bb709cae0bdcb95910
üst dbc78f2e
......@@ -10,25 +10,18 @@
$(eval $(call gb_CppunitTest_CppunitTest,vcl_app_test))
$(eval $(call gb_CppunitTest_add_exception_objects,vcl_app_test, \
vcl/qa/cppunit/app/test_IconThemeInfo \
vcl/qa/cppunit/app/test_IconThemeScanner \
vcl/qa/cppunit/app/test_IconThemeSelector \
vcl/qa/cppunit/app/test_IconThemeInfo \
vcl/qa/cppunit/app/test_IconThemeScanner \
vcl/qa/cppunit/app/test_IconThemeSelector \
))
# add a list of all needed libraries here
$(eval $(call gb_CppunitTest_use_libraries,vcl_app_test, \
sal \
vcl \
$(gb_STDLIBS) \
sal \
vcl \
))
$(eval $(call gb_CppunitTest_use_externals,vcl_app_test, \
boost_headers \
))
$(eval $(call gb_CppunitTest_set_include,vcl_app_test, \
$$(INCLUDE) \
-I$(OUTDIR)/inc \
))
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment