Visible to Intel only — GUID: GUID-A70653A3-4E5B-4185-A9A9-4623D1F793AF
Use CMake with oneAPI Applications
The CMake packages provided with Intel oneAPI products allow a CMake project to make easy use of oneAPI libraries on Windows* or Linux*. Using the provided packages, the experience should be similar to how other system libraries integrate with a CMake project. There are dependency and other build variables provided to CMake project targets as desired.
The following components support CMake:
Intel® oneAPI DPC++ Compiler - Linux, Windows
Intel® Integrated Performance Primitives (Intel® IPP) and Intel® Integrated Performance Primitives Cryptography (Intel® IPP Cryptography) - Linux, Windows
Intel® MPI Library - Linux, Windows
Intel® oneAPI Collective Communications Library (oneCCL) - Linux, Windows
Intel® oneAPI Data Analytics Library (oneDAL) - Linux, Windows
Intel® oneAPI Deep Neural Network Library (oneDNN) - Linux, Windows
Intel® oneAPI DPC++ Library (oneDPL) - Linux, Windows
Intel® oneAPI Math Kernel Library (oneMKL) - Linux, Windows
Intel® oneAPI Threading Building Blocks (oneTBB) - Linux, Windows
Intel® Video Processing Library (oneVPL) - Linux, Windows
Libraries that provide a CMake configuration can be identified by looking in the following locations:
On Linux or macOS:
System: /usr/local/lib/cmake`
User: ~/lib/cmake`
On Windows: HKEY_LOCAL_MACHINESoftwareKitwareCMakePackages\`
To use the CMake packages, use the oneAPI libraries as you would other system libraries. For example, using find_package(tbb) ensures that your application’s CMake package is using the oneTBB package.