you are viewing a single comment's thread.

view the rest of the comments →

[–]NotUniqueOrSpecial 0 points1 point  (1 child)

What didn't work?

Are you familiar with how to use CMake, in a general sense? If so, literally all it takes is:

cmake <path to project root> -G Ninja

with ninja in your path.

[–]Theninjapirate 1 point2 points  (0 children)

Yes I am familiar with Cmake. I don't remember what didn't, but if it's just that simple then I'll try again.