mirror of
https://github.com/BeamMP/Docs.git
synced 2026-04-18 14:30:02 +00:00
Add vcpkg_root
This commit is contained in:
@@ -50,7 +50,7 @@ In the root directory of the project,
|
|||||||
|
|
||||||
1.
|
1.
|
||||||
```cmake
|
```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.
|
2.
|
||||||
|
|||||||
Reference in New Issue
Block a user