diff options
Diffstat (limited to 'sc/CppunitTest_sc_mathematical_functions_test.mk')
-rw-r--r-- | sc/CppunitTest_sc_mathematical_functions_test.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_mathematical_functions_test.mk b/sc/CppunitTest_sc_mathematical_functions_test.mk index 613dd84b1a26..6e7c070209e0 100644 --- a/sc/CppunitTest_sc_mathematical_functions_test.mk +++ b/sc/CppunitTest_sc_mathematical_functions_test.mk @@ -9,6 +9,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_mathematical_functions_test)) +$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_mathematical_functions_test)) + $(eval $(call gb_CppunitTest_add_exception_objects,sc_mathematical_functions_test, \ sc/qa/unit/functions_mathematical \ )) |