Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoamaro committed Apr 19, 2024
1 parent 3f598d7 commit e2dda77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/languages/cpp/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ In your `otel-cpp-starter` folder, create a subfolder `roll-dice`, where the
Oat++ library will be used by referencing the oatpp headers and linking them
when compiling your project.

Create a file called `CMakeLists.txt` inside `roll-dice` to define
the Oat++ library directories, include paths, and link against Oat++ during
the compilation process.
Create a file called `CMakeLists.txt` inside `roll-dice` to define the Oat++
library directories, include paths, and link against Oat++ during the
compilation process.

```cmake
project(RollDiceServer)
Expand Down

0 comments on commit e2dda77

Please sign in to comment.