Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-4272917E-0940-4221-903B-79621F7ACE15
Visible to Intel only — GUID: GUID-4272917E-0940-4221-903B-79621F7ACE15
Configure Microsoft Visual Studio* to Link with Intel® Integrated Performance Primitives
The steps for configuring Microsoft Visual C/C++* to link with Intel® Integrated Performance Primitives (Intel® IPP) depend on an installation of the C++ Integration(s) in Microsoft Visual Studio*. If you installed the integration component, see Automatically Linking Your Microsoft* Visual Studio* Project with Intel IPP. If you did not install the integration component, or need more control over linking Intel IPP libraries, you can configure Microsoft Visual Studio* with the following steps.
- In Solution Explorer, right-click your project and click Properties.
- Select Configuration Properties>VC++ Directories and set the following from the Select directories for drop-down menu:
- Select Include Files and add the directory for the Intel IPP include files (the default is <ipp directory>\include)
- Select Library Files and add the directory for the Intel IPP library files (the default is <ipp directory>\lib)
- Select Executable Files and add the directory for the Intel IPP executable files (the default is <install_dir>\redist\<arch>\ )