Configure your build environment to use Integration Wrappers (IW) for Intel® IPP:
- Make sure that the
IPPROOT environment variable is set correctly.
- Add the
IPPROOT/include directory to the libraries search path of your application.
- Add the
IPPROOT/lib/<arch> directory to the libraries search path of your application.
- Add the following libraries for linking with your application:
- Windows* OS:
ipp_iw.lib,
ippccmt.lib,
ippcvmt.lib,
ippimt.lib,
ippsmt.lib,
ippvmmt.lib,
ippcoremt.lib
- Linux* OS and macOS*:
libipp_iw.a,
libippcc.a,
libippcv.a,
libippi.a,
libipps.a,
libippvm.a,
libippcore.a
- Provide access to IW APIs in your application by including
iw/iw.h for C API and
iw++/iw.h for C++ API.