An open API service indexing awesome lists of open source software.

https://github.com/alepacho/proj_test


https://github.com/alepacho/proj_test

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple CMake Library + Program Template

```bash
$ mkdir build && cd build
$ cmake ..
$ make
$ cd ../bin/
$ ./program
```