mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +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
|
||||
// vcpkg-test/example.cpp
|
||||
#include <vcpkg-test/catch.h>
|
||||
#include <catch2/catch.hpp>
|
||||
```
|
||||
|
||||
This is the minimum file needed for tests; let's rebuild!
|
||||
|
Loading…
x
Reference in New Issue
Block a user