We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec75721 + 93b5cea commit 9606a48Copy full SHA for 9606a48
dependencies/vcpkg-x86-windows.txt
@@ -0,0 +1,6 @@
1
+--triplet
2
+x86-windows
3
+openssl
4
+zlib
5
+brotli
6
+dirent
scripts/build.ps1
@@ -1,10 +1,10 @@
-$VCPKG_ARGS= Get-Content('../dependencies/vcpkg-x64-windows.txt')
+$VCPKG_ARGS= Get-Content('..\dependencies\vcpkg-x64-windows.txt')
# 1. run-vcpkg
vcpkg.exe --vcpkg-root ..\vcpkg install ${VCPKG_ARGS}
# 2. configure cmake
7
-cmake -DCMAKE_TOOLCHAIN_FILE='vcpkg/scripts/buildsystems/vcpkg.cmake' `
+cmake -DCMAKE_TOOLCHAIN_FILE='vcpkg\scripts\buildsystems\vcpkg.cmake' `
8
-DCMAKE_INSTALL_PREFIX='..\' `
9
-B ..\build ..\
10
0 commit comments