Sysinternals / ProcDump-for-Linux

A Linux version of the ProcDump Sysinternals tool
MIT License
2.91k stars 302 forks source link

Getting benefits of using CMake builder for redhat based systems. #224

Open jcfaracco opened 7 months ago

jcfaracco commented 7 months ago

This series just change the SPEC file template to use CMake macros in order to get full benefits for redhat systems (that use RPM packaging builds).

This series also add two install() sections inside CMakeLists.txt in order to install the binary file and the manpage for procdump.

Signed-off-by: Julio Faracco jcfaracco@gmail.com