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

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

CMake example for a simple C++ project.
https://github.com/omaraflak/cmake-example

cmake cpp

Last synced: 6 months ago
JSON representation

CMake example for a simple C++ project.

Awesome Lists containing this project

README

          

# CMake Example

CMake example for a simple C++ project.

# Download, Compile & Run

```
git clone https://github.com/OmarAflak/CMake-Example.git
cd CMake-Example
cmake .
make
./main
```