Skip to content

Commit

Permalink
Update 2.cpp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
botond-szabo authored Aug 25, 2024
1 parent 96f7173 commit c637792
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions content/4.languages/2.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ To get started using Necto with C++ and Conan:

<strong class="flex dark:text-[#EDEDED] text-red-500 text-[20px] font-[600] leading-[32px] tracking-tight mt-[1.6em] mb-[0.6em] items-center">Create project</strong>

::code-group
::code-group{:groups='["conanfile.txt", "conanfile.py"]'}

```text [conanfile.txt]
#conanfile.txt
```text
[requires]
necto/1.0.1
Expand All @@ -83,7 +84,8 @@ CMakeToolchain
cmake_layout
```

```python [conanfile.py]
#conanfile.py
```python
from conan import ConanFile
from conan.tools.cmake import cmake_layout

Expand Down

0 comments on commit c637792

Please sign in to comment.