]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/gil/example/b2/user-config-windows-vcpkg.jam
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / gil / example / b2 / user-config-windows-vcpkg.jam
diff --git a/ceph/src/boost/libs/gil/example/b2/user-config-windows-vcpkg.jam b/ceph/src/boost/libs/gil/example/b2/user-config-windows-vcpkg.jam
new file mode 100644 (file)
index 0000000..2844538
--- /dev/null
@@ -0,0 +1,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
+  ;