Skip to content

Commit 3bd3ba7

Browse files
Update README.md
1 parent e6ca5f0 commit 3bd3ba7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,19 @@ conan install git+https://github.com/fossillogic/fossil-test.git#v1.2.8 --name p
7272
```
7373

7474
#### Integrate the Dependency:
75-
In your `meson.build` file, integrate Fossil Test by adding the following line:
75+
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:
7688

7789
```meson
7890
dep = dependency('fossil-test')

0 commit comments

Comments
 (0)