Skip to content

Commit

Permalink
Platform specific vcpkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jan 3, 2025
1 parent 28b2a6e commit ceb3728
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions chsql/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"dependencies": [
"openssl",
"clickhouse-cpp",
{
"name": "clickhouse-cpp",
"platform": "!wasm32"
},
"abseil",
"cityhash",
"lz4",
"zstd"
"zstd",
{
"name": "cityhash",
"platform": "!windows"
}
]
}

0 comments on commit ceb3728

Please sign in to comment.