aclements / libelfin

C++11 ELF/DWARF parser
MIT License
314 stars 99 forks source link

Switch build to CMake #55

Open klimkin opened 3 years ago

klimkin commented 3 years ago

Using CMake will make it easier to build the library on variety of systems. You can find a working CMakeLists.txt file in this PR for Conan Center Index: https://github.com/conan-io/conan-center-index/pull/3283

mortbopet commented 2 years ago

For those interested, I've got a fork up and running here which is CMake based, cross platform (compiles on MSVC as well) and incorporates some of the stale PRs in this repo.