Re: [PATCH 7/7] Add CMake build files

2022-12-16 Thread Yonggang Luo
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

Re: [PATCH 7/7] Add CMake build files

2022-10-16 Thread Mark Wielaard
Hi, I rather not have multiple build systems in the tree. Are the autotools not available on your system? Cheers, Mark

[PATCH 7/7] Add CMake build files

2022-09-20 Thread Yonggang Luo via Elfutils-devel
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