Intel IPP Integration Wrappers Developer Guide and Reference
                    
                        ID
                        751823
                    
                
                
                    Date
                    1/18/2023
                
                
                    Public
                
            Configuring Your Build Environment
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: 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.
 
 Parent topic: Getting Started