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 c50c876 commit ff0dbc2Copy full SHA for ff0dbc2
example/README.md
@@ -57,7 +57,7 @@ cmake --preset=rel
57
cmake --build --preset=rel -t run-examples
58
```
59
60
-For GPU support, add `-o gpu=True` to the `conan install` command. If an existing build exists, you may need to run;
+For GPU support, add `-o gpu=True` to the `conan install` command. If an existing build exists, you may need to run:
61
62
```bash
63
cmake --preset=rel -Dedgerunner_ENABLE_GPU=ON
@@ -94,3 +94,9 @@ conan install . -b missing -pr android -o examples=True
94
cmake --preset=rel
95
96
97
+
98
+To run an individual example, execute:
99
100
+```bash
101
+cmake --build --preset=rel -t run_<example_name>
102
+```
0 commit comments