ParaToolsInc / salt

2 stars 0 forks source link

Use CMake as build system instead of custom configure script #4

Closed nchaimov closed 1 year ago

nchaimov commented 2 years 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.

zbeekman commented 1 year ago

implemented in https://github.com/ParaToolsInc/salt/pull/10