Configuring Your Build Environment
Configure your build environment to use Integration Wrappers (IW) for Intel® IPP:
- Make sure that theIPPROOTenvironment variable is set correctly.
- Add theIPPROOT/includedirectory to the libraries search path of your application.
- Add theIPPROOT/lib/<directory to the libraries search path of your application.arch>
- 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 includingiw/iw.hfor C API andiw++/iw.hfor C++ API.