zeek/auxil/vcpkg/ports/libtommath/import-lib.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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()