ft2-clone icon indicating copy to clipboard operation
ft2-clone copied to clipboard

Build scripts vs CMake

Open CuriouslyCurious opened this issue 5 months ago • 1 comments

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?

CuriouslyCurious avatar Jul 24 '25 14:07 CuriouslyCurious

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

Image

VisenDev avatar Sep 07 '25 19:09 VisenDev