Skip to content
/ rkcommon Public
forked from RenderKit/rkcommon

Intel RenderKit common C++/CMake infrastructure

License

Notifications You must be signed in to change notification settings

2kyan/rkcommon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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® Rendering Toolkit (Render Kit).

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++ 73.9%
  • C 23.9%
  • CMake 2.2%