Transition the build tool from Makefile to CMake
alanjian85 opened this issue · 1 comments
alanjian85 commented
As project structures evolve, complexity tends to increase. Therefore, employing contemporary build automation tools such as CMake instead of Makefile becomes essential. This shift alleviates the need for manually generating LSP-related files, recursively building dependencies, and identifying the correct compiler binary paths, among other tasks.
alanjian85 commented
As the main repository is moved to carg-os/carg-os, this issue should be closed now.