Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
garethsb committed Feb 16, 2024
1 parent 119957a commit 767da52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Documents/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ mkdir build
cd build
cmake .. ^
-G "Visual Studio 16 2019" ^
-DCMAKE_CONFIGURATION_TYPES:STRING="Debug;Release"
-DCMAKE_CONFIGURATION_TYPES:STRING="Debug;Release" ^
-DCMAKE_PROJECT_TOP_LEVEL_INCLUDES:STRING="third_party/cmake/conan_provider.cmake"
```

<details>
Expand Down Expand Up @@ -103,7 +104,8 @@ cd <home-dir>/nmos-cpp/Development
mkdir build
cd build
cmake .. \
-DCMAKE_BUILD_TYPE:STRING="<Debug-or-Release>"
-DCMAKE_BUILD_TYPE:STRING="<Debug-or-Release>" \
-DCMAKE_PROJECT_TOP_LEVEL_INCLUDES:STRING="third_party/cmake/conan_provider.cmake"
make
```

Expand Down

0 comments on commit 767da52

Please sign in to comment.