Using cmake building with msvc-clang will be easier, anyway I'll drop it
first
On Mon, Oct 17, 2022 at 5:23 AM Mark Wielaard wrote:
>
> Hi,
>
> I rather not have multiple build systems in the tree. Are the
> autotools not available on your system?
>
> Cheers,
>
> Mark
--
此致
礼
罗勇刚
Your
Hi,
I rather not have multiple build systems in the tree. Are the
autotools not available on your system?
Cheers,
Mark
Signed-off-by: Yonggang Luo
---
.gitignore | 1 +
CMakeLists.txt | 47 +
libelf/CMakeLists.txt| 192 +++
libelf/config-cmake/config.h | 27 +
4 files changed, 267 insertions(+)
create mode 100644 CMakeLists.t