Skip to content

Commit 39b9a00

Browse files
authored
Update README.md
Moved Buck support example into a new collapsable section for "Additional Build Systems". Each section is placed in a cell.
1 parent ebdd618 commit 39b9a00

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,15 @@ target_link_libraries(${MY_TARGET_NAME} argh)
310310
311311
```
312312

313-
## Buck
314313

315-
The [Buck](https://buckbuild.com/) build system is also supported.
314+
### Additional Build Systems
315+
<details>
316+
<summary><b>Buck</b></summary>
317+
318+
<table>
319+
<td>
320+
321+
[Buck](https://buckbuild.com/) support:
316322

317323
Run the example:
318324

@@ -326,8 +332,12 @@ Run the tests:
326332
buck run :tests
327333
buck run test_package
328334
```
329-
330335
If you take `argh` as a submodule, then the visible target is `//:argh`.
336+
</td>
337+
</table>
338+
339+
340+
</details>
331341

332342
## Colophon
333343

0 commit comments

Comments
 (0)