mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
Fix Catch2 include path in documentation (#11007)
This commit is contained in:
parent
b8c5ede662
commit
86f5397f76
@ -77,7 +77,7 @@ First, we should create a file, `example.cpp`, in `toolsrc/src/vcpkg-test`:
|
|||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
// vcpkg-test/example.cpp
|
// vcpkg-test/example.cpp
|
||||||
#include <vcpkg-test/catch.h>
|
#include <catch2/catch.hpp>
|
||||||
```
|
```
|
||||||
|
|
||||||
This is the minimum file needed for tests; let's rebuild!
|
This is the minimum file needed for tests; let's rebuild!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user