Skip to content

RenderKit/rkcommon

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date
Sep 26, 2024
Jun 21, 2024
Sep 26, 2024
Sep 26, 2024
Nov 29, 2021
Mar 20, 2020
May 12, 2021
Sep 26, 2024
Aug 22, 2019
Feb 29, 2024

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 .