Closed nchaimov closed 1 year ago
The build system currently uses a custom configure script that modifies a hand-written Makefile template. Since CMake is the standard build system used by LLVM and related projects, we should use CMake instead.
implemented in https://github.com/ParaToolsInc/salt/pull/10
The build system currently uses a custom configure script that modifies a hand-written Makefile template. Since CMake is the standard build system used by LLVM and related projects, we should use CMake instead.