https://github.com/pykello/cmake-example
https://github.com/pykello/cmake-example
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pykello/cmake-example
- Owner: pykello
- Created: 2016-11-25T10:09:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T10:12:04.000Z (over 9 years ago)
- Last Synced: 2026-01-13T02:45:03.559Z (5 months ago)
- Language: CMake
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmake-example
To build,
```
mkdir build
cd build
cmake ..
make
```
To execute,
```
./Demo/helloDemo
```