Files
Demo_Linux_semaphore/ReadMe.md
2023-07-11 20:30:15 +08:00

12 lines
92 B
Markdown

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