mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:26:08 +08:00
* [bigint] Add missing header file. File BigIntegerUtils.hh, which is required by the library, was not being copied. * [bigint] Bump control file version
This commit is contained in:
parent
cc1a0af1b5
commit
1d351e0846
@ -13,7 +13,7 @@ set(
|
|||||||
BigInteger.cc
|
BigInteger.cc
|
||||||
BigIntegerAlgorithms.cc
|
BigIntegerAlgorithms.cc
|
||||||
BigUnsignedInABase.cc
|
BigUnsignedInABase.cc
|
||||||
BigIntegerUtils.cc
|
BigIntegerUtils.cc
|
||||||
)
|
)
|
||||||
|
|
||||||
set(
|
set(
|
||||||
@ -24,6 +24,7 @@ set(
|
|||||||
BigIntegerAlgorithms.hh
|
BigIntegerAlgorithms.hh
|
||||||
BigUnsignedInABase.hh
|
BigUnsignedInABase.hh
|
||||||
BigIntegerLibrary.hh
|
BigIntegerLibrary.hh
|
||||||
|
BigIntegerUtils.hh
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(bigint ${bigint_srcs})
|
add_library(bigint ${bigint_srcs})
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Source: bigint
|
Source: bigint
|
||||||
Version: 2010.04.30-1
|
Version: 2010.04.30-2
|
||||||
Description: C++ Big Integer Library
|
Description: C++ Big Integer Library
|
||||||
|
Loading…
Reference in New Issue
Block a user