AimRT/_deps/boost-src/libs/gil/example/b2/user-config-windows-vcpkg.jam
2025-01-12 20:40:08 +08:00

54 lines
1.2 KiB
Plaintext

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
;