We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade666a commit 6cbed91Copy full SHA for 6cbed91
CMakeLists.txt
@@ -0,0 +1,5 @@
1
+cmake_minimum_required(VERSION 3.18)
2
+
3
+project(PublishJavaScriptCore)
4
5
+find_package(JavaScriptCore REQUIRED)
vcpkg-configuration.json
@@ -0,0 +1,15 @@
+{
+ "default-registry": {
+ "kind": "git",
+ "baseline": "c3b8b7aed2dad1c83cc3069753ab1fc0318b70de",
+ "repository": "https://github.com/microsoft/vcpkg"
6
+ },
7
+ "registries": [
8
+ {
9
10
+ "repository": "https://github.com/bavulapati/vcpkg",
11
12
+ "packages": ["javascriptcore"]
13
+ }
14
+ ]
15
+}
vcpkg.json
+ "dependencies": [
+ "javascriptcore"
0 commit comments