aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libtommath/import-lib.patch
blob: ebce1c3890ffac7ee714951709d6916df3e7509d (plain)
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()