https://github.com/telkomdev/first-cmake
your first C++ and CMAKE project
https://github.com/telkomdev/first-cmake
Last synced: 4 months ago
JSON representation
your first C++ and CMAKE project
- Host: GitHub
- URL: https://github.com/telkomdev/first-cmake
- Owner: telkomdev
- Created: 2019-11-15T06:22:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T06:32:11.000Z (about 6 years ago)
- Last Synced: 2025-03-06T08:57:47.127Z (10 months ago)
- Language: C++
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic CMAKE with Docker
Medium Article: https://medium.com/telkomdev/membangun-development-environment-untuk-c-dengan-cmake-dan-docker-6adc5ef10f10
```shell
$ docker build -t first-cmake .
```
```shell
$ docker run --rm first-cmake
```