mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[casclib] Add option CASC_UNICODE (#21784)
* [casclib] Add option CASC_UNICODE * update version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
parent
e95a3b6193
commit
2e81d0f104
@ -16,6 +16,7 @@ vcpkg_cmake_configure(
|
||||
OPTIONS
|
||||
-DCASC_BUILD_SHARED_LIB=${CASC_BUILD_SHARED_LIB}
|
||||
-DCASC_BUILD_STATIC_LIB=${CASC_BUILD_STATIC_LIB}
|
||||
-DCASC_UNICODE=ON
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "casclib",
|
||||
"version-date": "2021-11-16",
|
||||
"port-version": 1,
|
||||
"description": "An open-source implementation of library for reading CASC storage from Blizzard games since 2014",
|
||||
"homepage": "http://www.zezula.net/en/casc/casclib.html",
|
||||
"dependencies": [
|
||||
|
@ -1242,7 +1242,7 @@
|
||||
},
|
||||
"casclib": {
|
||||
"baseline": "2021-11-16",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"catch": {
|
||||
"baseline": "alias",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3bb7640c26eb7b742883277db2325a69c6c790aa",
|
||||
"version-date": "2021-11-16",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "20768d4f95c896b3b416aab76cc04c8dfa6e1244",
|
||||
"version-date": "2021-11-16",
|
||||
|
Loading…
x
Reference in New Issue
Block a user