ft2-clone
ft2-clone copied to clipboard
Build scripts vs CMake
This project currently allows for builds using both build scripts which directly invoke gcc or to be built using CMake. Seeing as CMake allows for more granularity/verbosity would it make sense for the build scripts to instead have them invoke CMake instead of straight up gcc?
This project currently allows for builds using both build scripts which directly invoke gcc or to be built using CMake. Seeing as CMake allows for more granularity/verbosity would it make sense for the build scripts to instead have them invoke CMake instead of straight up gcc?
Cmake is a massive and complex dependency