We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ca5f0 commit 3bd3ba7Copy full SHA for 3bd3ba7
README.md
@@ -72,7 +72,19 @@ conan install git+https://github.com/fossillogic/fossil-test.git#v1.2.8 --name p
72
```
73
74
#### Integrate the Dependency:
75
- In your `meson.build` file, integrate Fossil Test by adding the following line:
+
76
+Add the `fossil-test.wrap` file in your `subprojects` directory and include the following content:
77
78
+```ini
79
+[wrap-git]
80
+url = https://github.com/fossillogic/fossil-test.git
81
+revision = v1.2.8
82
83
+[provide]
84
+dependency_names = fossil-test, pizza-test
85
+```
86
87
+In your `meson.build` file, integrate Fossil Test by adding the following line:
88
89
```meson
90
dep = dependency('fossil-test')
0 commit comments