forked from boostorg/gil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser-config-windows-vcpkg.jam
53 lines (45 loc) · 1.25 KB
/
user-config-windows-vcpkg.jam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
project
: requirements
<address-model>32:<dll-path>C:/vcpkg/installed/x86-windows/bin
<address-model>64:<dll-path>C:/vcpkg/installed/x64-windows/bin
;
using libjpeg
:
: <include>C:/vcpkg/installed/x86-windows/include <search>C:/vcpkg/installed/x86-windows/lib
: <address-model>32
;
using libjpeg
:
: <include>C:/vcpkg/installed/x64-windows/include <search>C:/vcpkg/installed/x64-windows/lib
: <address-model>64
;
using libpng
:
: <include>C:/vcpkg/installed/x86-windows/include <search>C:/vcpkg/installed/x86-windows/lib
: <address-model>32
;
using libpng
:
: <include>C:/vcpkg/installed/x64-windows/include <search>C:/vcpkg/installed/x64-windows/lib
: <address-model>64
;
using libtiff
:
: <include>C:/vcpkg/installed/x86-windows/include <search>C:/vcpkg/installed/x86-windows/lib
: <address-model>32
;
using libtiff
:
: <include>C:/vcpkg/installed/x64-windows/include <search>C:/vcpkg/installed/x64-windows/lib
: <address-model>64
;
using zlib
:
: <include>C:/vcpkg/installed/x86-windows/include <search>C:/vcpkg/installed/x86-windows/lib
: <address-model>32
;
using zlib
:
: <include>C:/vcpkg/installed/x64-windows/include <search>C:/vcpkg/installed/x64-windows/lib
: <address-model>64
;