After installing Intel Performance Library (IPP) on Windows 10 a new option appears in Visual Studio -> Properties called Intel Performance Libraries. This makes it very easy to add IPP to a project.
Is there a way to adjust settings here with Cmake?
To enable IPP in VS project you can use the built-in property
VS_GLOBAL_UseIntelIPPof a target.You can define the following macro and use it for all the targets: