mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +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
|
||||
BigIntegerAlgorithms.cc
|
||||
BigUnsignedInABase.cc
|
||||
BigIntegerUtils.cc
|
||||
BigIntegerUtils.cc
|
||||
)
|
||||
|
||||
set(
|
||||
@ -24,6 +24,7 @@ set(
|
||||
BigIntegerAlgorithms.hh
|
||||
BigUnsignedInABase.hh
|
||||
BigIntegerLibrary.hh
|
||||
BigIntegerUtils.hh
|
||||
)
|
||||
|
||||
add_library(bigint ${bigint_srcs})
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: bigint
|
||||
Version: 2010.04.30-1
|
||||
Version: 2010.04.30-2
|
||||
Description: C++ Big Integer Library
|
||||
|
Loading…
x
Reference in New Issue
Block a user