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