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

https://github.com/pykello/cmake-example


https://github.com/pykello/cmake-example

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# cmake-example

To build,
```
mkdir build
cd build
cmake ..
make
```

To execute,
```
./Demo/helloDemo
```