diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-14 18:31:40 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-14 19:33:45 +0200 |
commit | 70d081269a6af947bcc03b6e5ff45feb5dc38416 (patch) | |
tree | 9be8ea554b41422f7b8a2acaa4dceb16cdbecab8 /sc | |
parent | 21865dd39191bff9fd395d5c13ee4b32237e07ed (diff) |
This test opens the scopencl library dynamically, sigh
Change-Id: I34c512573fcee108ab9b27a631671587665aad22
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_opencl_test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_opencl_test.mk b/sc/CppunitTest_sc_opencl_test.mk index ecb6d295f8e1..d808e4417777 100644 --- a/sc/CppunitTest_sc_opencl_test.mk +++ b/sc/CppunitTest_sc_opencl_test.mk @@ -37,6 +37,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_opencl_test, \ salhelper \ sax \ sc \ + scopencl \ scqahelper \ sfx \ sot \ |