Skip to content

Commit 6cbed91

Browse files
committed
Add vcpkg manifest file
1 parent ade666a commit 6cbed91

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
cmake_minimum_required(VERSION 3.18)
2+
3+
project(PublishJavaScriptCore)
4+
5+
find_package(JavaScriptCore REQUIRED)

vcpkg-configuration.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"default-registry": {
3+
"kind": "git",
4+
"baseline": "c3b8b7aed2dad1c83cc3069753ab1fc0318b70de",
5+
"repository": "https://github.com/microsoft/vcpkg"
6+
},
7+
"registries": [
8+
{
9+
"kind": "git",
10+
"repository": "https://github.com/bavulapati/vcpkg",
11+
"baseline": "c3b8b7aed2dad1c83cc3069753ab1fc0318b70de",
12+
"packages": ["javascriptcore"]
13+
}
14+
]
15+
}

vcpkg.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"dependencies": [
3+
"javascriptcore"
4+
]
5+
}

0 commit comments

Comments
 (0)