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

https://github.com/jsonzilla/template_c

Project template C
https://github.com/jsonzilla/template_c

c template

Last synced: about 2 months ago
JSON representation

Project template C

Awesome Lists containing this project

README

          

# template_c
Project template C

## Linux
```
cmake CMakeFiles.txt
make
```

## Windows
```
cmake CMakeFiles.txt
cmake build . -Target
```