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.
- Host: GitHub
- URL: https://github.com/omaraflak/cmake-example
- Owner: omaraflak
- Created: 2018-02-27T16:50:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T17:27:16.000Z (over 8 years ago)
- Last Synced: 2025-06-11T09:04:32.148Z (about 1 year ago)
- Topics: cmake, cpp
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```