We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b996311 + b7ed573 commit e823b0cCopy full SHA for e823b0c
helper.pl
@@ -249,7 +249,11 @@ sub make_sources_cmake {
249
foreach my $hobj (sort @headers) {
250
$output .= $hobj . "\n";
251
}
252
- $output .= ")\n";
+ $output .= ")
253
+
254
+if(MSVC AND BUILD_SHARED_LIBS)
255
+ list(APPEND SOURCES tommath.def)
256
+endif()\n";
257
return $output;
258
259
sources.cmake
@@ -173,3 +173,7 @@ tommath_cutoffs.h
173
tommath_private.h
174
tommath_superclass.h
175
)
176
177
178
179
+endif()
0 commit comments