• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1project
2  : requirements
3    <address-model>32:<dll-path>C:/vcpkg/installed/x86-windows/bin
4    <address-model>64:<dll-path>C:/vcpkg/installed/x64-windows/bin
5  ;
6
7using libjpeg
8  :
9  : <include>C:/vcpkg/installed/x86-windows/include <search>C:/vcpkg/installed/x86-windows/lib
10  : <address-model>32
11  ;
12
13using libjpeg
14  :
15  : <include>C:/vcpkg/installed/x64-windows/include <search>C:/vcpkg/installed/x64-windows/lib
16  : <address-model>64
17  ;
18
19using libpng
20  :
21  : <include>C:/vcpkg/installed/x86-windows/include <search>C:/vcpkg/installed/x86-windows/lib
22  : <address-model>32
23  ;
24
25using libpng
26  :
27  : <include>C:/vcpkg/installed/x64-windows/include <search>C:/vcpkg/installed/x64-windows/lib
28  : <address-model>64
29  ;
30
31using libtiff
32  :
33  : <include>C:/vcpkg/installed/x86-windows/include <search>C:/vcpkg/installed/x86-windows/lib
34  : <address-model>32
35  ;
36
37using libtiff
38  :
39  : <include>C:/vcpkg/installed/x64-windows/include <search>C:/vcpkg/installed/x64-windows/lib
40  : <address-model>64
41  ;
42
43using zlib
44  :
45  : <include>C:/vcpkg/installed/x86-windows/include <search>C:/vcpkg/installed/x86-windows/lib
46  : <address-model>32
47  ;
48
49using zlib
50  :
51  : <include>C:/vcpkg/installed/x64-windows/include <search>C:/vcpkg/installed/x64-windows/lib
52  : <address-model>64
53  ;
54