[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:
LilyWangLL 2021-12-02 11:22:53 +08:00 committed by GitHub
parent e95a3b6193
commit 2e81d0f104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -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()

View File

@ -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": [

View File

@ -1242,7 +1242,7 @@
},
"casclib": {
"baseline": "2021-11-16",
"port-version": 0
"port-version": 1
},
"catch": {
"baseline": "alias",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3bb7640c26eb7b742883277db2325a69c6c790aa",
"version-date": "2021-11-16",
"port-version": 1
},
{
"git-tree": "20768d4f95c896b3b416aab76cc04c8dfa6e1244",
"version-date": "2021-11-16",