First, initialize the imGui submodule:
git submodule update --init
Then, compile using cmake:
mkdir build cd build cmake .. make ./cuda-raytracer