1 2 3 4 5 6 7 8 9 10 11 12
diff --git a/sources.cmake b/sources.cmake --- a/sources.cmake +++ b/sources.cmake @@ -171,4 +171,8 @@ tommath_cutoffs.h tommath_private.h tommath_superclass.h ) + +if(WIN32) + list(APPEND SOURCES tommath.def) +endif()