Files
vcpkg/ports/libtommath/import-lib.patch
2025-01-30 14:01:17 -08:00

13 lines
238 B
Diff

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()