Skip to content

j-cube/rkcommon

 
 

Repository files navigation

rkcommon - C++/CMake infrastructure

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

Requirements

  • CMake
  • C++11 compiler
  • TBB 4.4.3 or higher (by default, other tasking system options available via the RKCOMMON_TASKING_SYSTEM CMake variable)

Building

Build with:

git clone https://github.com/ospray/rkcommon.git
cd rkcommon
mkdir build
cd build
cmake ..
cmake --build .

Run tests from the build directory with:

ctest .

About

Intel RenderKit common C++/CMake infrastructure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.9%
  • C 18.4%
  • CMake 2.4%
  • Other 0.3%