git clone https://github.com/drepekh/GPUJobSystem.git --recursive
To build the project open terminal at the level of this file and enter following commands:
mkdir build
cd build
cmake ../
After this you can build the project using available C++ toolchain.