Files
Demo_Linux_semaphore/ReadMe.md
2023-07-11 20:04:17 +08:00

9 lines
75 B
Markdown

## Install
```shell
# Top
cmake -S . -B output -G "Unix Makefiles"
```