I am new to learning CMake, and as I am going through tutorials, I am running the command Cmake -S -B, but instead of creating a makefile, it is making lots of vcxproj files and a Project.sln. From what i understnand, cmake can make VS files, but I want it to just make Makefiles. How do I get it back?
Asked
Active
Viewed 119 times