Skip to content

rkcommonv1.15.2

Updated

This project represents a common set of C++ infrastructure and CMake utilities used by various components of Intel® oneAPI Rendering Toolkit.

#Usage

rkcommon provides CMake targets:

find_package(rkcommon CONFIG REQUIRED)
target_link_libraries(main PRIVATE rkcommon::rkcommon)

#Supported Platforms

x86 | x64

  • linux
  • osx
  • uwp-x64
  • windows-x64
  • windows-x86
  • uwp-arm
  • windows-arm64

#Features

No features defined.

#Dependencies

and one transitive dependency:

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Alexander Neumann's avatarAlexander Neumann
  • Jia Yue Hua's avatarJia Yue Hua
  • Weihang Ding's avatarWeihang Ding

#Changelog

  • d0673bc[rkcommon] Update to 1.15.2 (#50895)
  • faca711[rkcommon] update to 1.14.2 (#41632)
  • a4e94e9[rkcommon] add new port (#29263)