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.
Note
The menu selections of different versions of Microsoft Visual Studio* can vary, but the steps should apply to all versions.
- 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>\ )