We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdd618 commit 39b9a00Copy full SHA for 39b9a00
README.md
@@ -310,9 +310,15 @@ target_link_libraries(${MY_TARGET_NAME} argh)
310
311
```
312
313
-## Buck
314
315
-The [Buck](https://buckbuild.com/) build system is also supported.
+### Additional Build Systems
+<details>
316
+ <summary><b>Buck</b></summary>
317
+
318
+<table>
319
+<td>
320
321
+[Buck](https://buckbuild.com/) support:
322
323
Run the example:
324
@@ -326,8 +332,12 @@ Run the tests:
326
332
buck run :tests
327
333
buck run test_package
328
334
329
-
330
335
If you take `argh` as a submodule, then the visible target is `//:argh`.
336
+</td>
337
+</table>
338
339
340
+</details>
331
341
342
## Colophon
343
0 commit comments