Steps for configuring Microsoft Visual C/C++* development system for linking with Intel® oneAPI Math Kernel Library (oneMKL) depend on whether you installed the C++ Integration(s) in Microsoft Visual Studio* component of the Intel® Parallel Studio XE Composer Edition:
In Solution Explorer, right-click your project and click Properties
Select Configuration Properties > VC++ Directories
Select Include Directories. Add the directory for the Intel® oneAPI Math Kernel Library (oneMKL) include files, that is,<mkl directory>\include
Select
Library Directories. Add architecture-specific directories for
Intel® oneAPI Math Kernel Library (oneMKL) and OpenMP* libraries,
for example:
<mkl directory>\lib\ia32 and
<compiler directory>\windows\compiler\lib\ia32_win
Select Executable Directories. Add architecture-specific directories with dynamic-link libraries: