Merge pull request #195 from O1LER/vcpkg-root

Add vcpkg_root
This commit is contained in:
Tixx 2025-04-05 11:44:29 +02:00 committed by GitHub
commit a79a5c6db5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ In the root directory of the project,
1.
```cmake
cmake . -B bin -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux
cmake . -B bin -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux
```
2.