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

https://github.com/emad-elsaid/cmake

CMake barebone C project setup
https://github.com/emad-elsaid/cmake

Last synced: 7 months ago
JSON representation

CMake barebone C project setup

Awesome Lists containing this project

README

          

# CMAKE barebone setup

* Generate first with: `cmake .`
* Compile with: `cmake --build .`