Home

Awesome

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

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 .