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

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

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
```