Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference

ID 790148
Date 6/24/2024
Public
Document Table of Contents

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.

NOTE:
The menu selections of different versions of Microsoft Visual Studio* can vary, but the steps should apply to all versions.

  1. In Solution Explorer, right-click your project and click Properties.
  2. 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>\ )