Skip to content

Commit 9606a48

Browse files
authored
Merge pull request #15 from deflinhec/develop
Develop
2 parents ec75721 + 93b5cea commit 9606a48

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

dependencies/vcpkg-x86-windows.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
--triplet
2+
x86-windows
3+
openssl
4+
zlib
5+
brotli
6+
dirent

scripts/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
$VCPKG_ARGS= Get-Content('../dependencies/vcpkg-x64-windows.txt')
1+
$VCPKG_ARGS= Get-Content('..\dependencies\vcpkg-x64-windows.txt')
22

33
# 1. run-vcpkg
44
vcpkg.exe --vcpkg-root ..\vcpkg install ${VCPKG_ARGS}
55

66
# 2. configure cmake
7-
cmake -DCMAKE_TOOLCHAIN_FILE='vcpkg/scripts/buildsystems/vcpkg.cmake' `
7+
cmake -DCMAKE_TOOLCHAIN_FILE='vcpkg\scripts\buildsystems\vcpkg.cmake' `
88
-DCMAKE_INSTALL_PREFIX='..\' `
99
-B ..\build ..\
1010

0 commit comments

Comments
 (0)