Skip to content

Commit

Permalink
Update Windows build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
complexlogic committed Mar 29, 2023
1 parent 6402b2b commit 554e395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Build the dependencies and generate the Visual Studio project files:

```bash
git clone https://github.com/microsoft/vcpkg
cmake .. -DCMAKE_TOOLCHAIN_FILE=".\vcpkg\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET="x64-windows"
cmake .. -DCMAKE_TOOLCHAIN_FILE=".\vcpkg\scripts\buildsystems\vcpkg.cmake" DVCPKG_OVERLAY_TRIPLETS="..\config\vcpkg_triplets" -DVCPKG_TARGET_TRIPLET="custom-triplet"
```

Build and test the program:
Expand Down

0 comments on commit 554e395

Please sign in to comment.