You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: 03_building_and_packaging/cmake_exercise.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Deadline: **Thursday, December 2nd, 2021, 9:00**
8
8
9
9
## Overview
10
10
11
-
- The goal of the exercise is to open a pull request from a fork of [this repository](https://github.com/Simulation-Software-Engineering/cmake-exercise/). Please name your pull request `Add building and container recipes` and assign yourself.
11
+
- The goal of the exercise is to open a pull request from a fork of [this repository](https://github.com/Simulation-Software-Engineering/cmake-exercise). Please name your pull request `Add building and container recipes` and assign yourself.
12
12
- Your should add a `Dockerfile` and a `CMakeLists.txt`, besides some minor changes in `main.cpp` like commenting in some code parts. It should be possible to create an executable container from your pull request. Inside the container, one should be able to directly build the C++ code (`main.cpp`) using CMake. Use as many of the currently commented-out additional files, which induce additional dependencies.
0 commit comments