diff options
Diffstat (limited to 'vcpkg/ports/libtommath/usage')
| -rw-r--r-- | vcpkg/ports/libtommath/usage | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/libtommath/usage b/vcpkg/ports/libtommath/usage new file mode 100644 index 0000000..e2028c1 --- /dev/null +++ b/vcpkg/ports/libtommath/usage @@ -0,0 +1,9 @@ +libtommath provides CMake targets:
+
+ find_package(libtommath CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE libtommath)
+
+libtommath provides pkg-config modules:
+
+ # public domain library for manipulating large integer numbers
+ libtommath
|