You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conan can install packages directly from the Conan Center Index if it contains a valid conanfile.py.
86
77
87
-
[provide]
88
-
fossil-test = fossil_test_dep
78
+
```bash
79
+
conan install --require= pizza_test/1.2.8
89
80
```
90
81
91
-
3.**Integrate the Dependency**:
82
+
#### Integrate the Dependency:
92
83
In your `meson.build` file, integrate Fossil Test by adding the following line:
93
84
94
85
```meson
95
86
dep = dependency('fossil-test')
96
87
```
97
88
98
-
**Note**: For the best experience, always use the latest release of Pizza Test. Visit the [Pizza Test Releases](https://github.com/pizzalogic/pizza-test/releases) page for the latest versions.
89
+
**Note**: For the best experience, always use the latest release of Pizza Test. Visit the [Pizza Test Releases](https://github.com/fossillogic/fossil-test/releases) page for the latest versions.
0 commit comments