Skip to content

Commit 87064ed

Browse files
committed
cmake: add vcpkg
1 parent 29aafc8 commit 87064ed

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,7 @@ CMakeUserPresets.json
133133
**/conan-*
134134
**/cmake-build-*
135135
**/deactivate_conanbuildenv*
136+
137+
# vcpkg
138+
vcpkg-manifest-install.log
139+
vcpkg_installed/

vcpkg.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "webui",
3+
"version": "2.5.0-beta.4",
4+
"description": "Use any web browser or WebView as GUI, with your preferred language in the backend and modern web technologies in the frontend, all in a lightweight portable library.",
5+
"license": "MIT",
6+
"homepage": "https://webui.me",
7+
"dependencies": [
8+
{
9+
"name": "webview2",
10+
"platform": "windows"
11+
},
12+
{
13+
"name": "vcpkg-cmake",
14+
"host": true
15+
},
16+
{
17+
"name": "vcpkg-cmake-config",
18+
"host": true
19+
}
20+
],
21+
"features": {
22+
"tls": {
23+
"description": "Enable TLS support",
24+
"dependencies": [{
25+
"name": "openssl",
26+
"version>=": "3.0.0"
27+
}]
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)