carg-os/karg

Transition the build tool from Makefile to CMake

alanjian85 opened this issue · 1 comments

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.

As the main repository is moved to carg-os/carg-os, this issue should be closed now.