summaryrefslogtreecommitdiff
path: root/chart2/CppunitTest_chart2_common_functors.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-08 03:49:35 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-08 03:49:35 +0200
commit3bc5ca79f3ee033b5ebb65f61ea1a5740fbeb146 (patch)
tree218dae9afa0cfd1ac00e9b74ff9a1c5f7d48d95e /chart2/CppunitTest_chart2_common_functors.mk
parentd9e2c82470b214b45976326f6d6f411add115f77 (diff)
try to fix the windows build
Why do we need the DLLIMPORT macros in a header only class? Change-Id: I0da4e9a3fd9b8db77e7298d4d592fd29eff1f709
Diffstat (limited to 'chart2/CppunitTest_chart2_common_functors.mk')
-rw-r--r--chart2/CppunitTest_chart2_common_functors.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/chart2/CppunitTest_chart2_common_functors.mk b/chart2/CppunitTest_chart2_common_functors.mk
index fdc7f9601b30..46e58bc9967a 100644
--- a/chart2/CppunitTest_chart2_common_functors.mk
+++ b/chart2/CppunitTest_chart2_common_functors.mk
@@ -15,6 +15,10 @@ $(eval $(call gb_CppunitTest_add_exception_objects,chart2_common_functors, \
chart2/qa/unit/common_functor_test \
))
+$(eval $(call gb_CppunitTest_add_defs,chart2_common_functors,\
+ -DOOO_DLLIMPLEMENTATION_CHARTTOOLS \
+))
+
$(eval $(call gb_CppunitTest_use_libraries,chart2_common_functors, \
cppu \
cppuhelper \